« Return to Thread: Using vim to contribute to GNUstep

Re: Using vim to contribute to GNUstep

by Eric Wasylishen-2 :: Rate this Message:

| View in Thread

Hi Ivan,

I'm not sure about vim. Try this maybe? http://gcc.gnu.org/wiki/FormattingCodeForGCC

I've always used emacs when working on GNUstep, as it indents ObjC code in the GNU style used in GNUstep right out of the box.

Some features I find handy in emacs:

"alt+/"   autocompletes the current word similar to vim's ctrl+p - handy for filling in long ObjC method names
"alt+x add-changelog-entry"   adds an entry to a ChangeLog file

Eric


On 2012-05-14, at 2:58 PM, Ivan Vučica wrote:

Hi all!

Does anyone have a set of settings for vim's cindent that automatically uses as correct indentation style as possible?

What code editors do you use to contribute to the core GNUstep?

--
Ivan Vučica - ivan@...


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@...
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

 « Return to Thread: Using vim to contribute to GNUstep