On Sun, Aug 08, 2010 at 04:39:56PM +0200, Tomas Vavrys wrote: > Does any developer use c.vim plugin? I can't get it working properly > according to STYLE(9). I would appreciate your settings. What other > Vim plugins do you use?
I have this in ~/.vim/after/ftplugin/c.vim: set cinoptions=t0,+4,(4,u4,w1 set shiftwidth=8 set softtabstop=8 let c_space_errors=1 That gets me somewhat close. Anyone want to share other ways or refinements? -- Darrin Chandler | Phoenix BSD User Group | MetaBUG [email protected] | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation

