How do I fix java annotation indentation in Vim?

K4Kochi

New Member
I am having trouble getting vim to correctly indent text after java annotations (like @Override or @Test). I attempted to use the second answer from this page. I'm certain that I correctly placed the java.vim file in \[code\]~/.vim/after/indent/\[/code\], but it still isn't working properly. I'm running VIM 7.3 on Mac OS X 10.8.2. Any tips?EDIT: Here is my .vim folder so you can double check the file: https://github.com/ElliotPenson/.vim
 
Back
Top