vim-objc
vim-objc copied to clipboard
My Objective-C config for Vim
If user changed to nondefault cinoptions, then we want to go back to vim defaults which work well for C code and are assumed for this indent to work correctly....
Move ftplugin to after directory. Since we don't set did_ftplugin, the built-in objc.vim (invoked after user files) will overwrite our settings. We either need to set did_ftplugin (and do all...
If there are multiple levels of indentation within blocks, vim-objc does not handle it correctly. It just handles one level. I have pasted a sample code snippet. Please, note that...