One of the projects I’m working on uses ClearCase. I am developing on Windows 7, with cygwin. I edit in Vim. To get integration between Vim and ClearCase, I’m using the ccase.vim plugin. However, I need to make a couple of changes to the default to get it to work. In my _vimrc file, add [...]
Tag Archives | vim
Folding Python Code In Vim
I love Vim. I use Python (love/hate relationship). Vim folding with python code is a bit tricky due to the indent-crazy nature of python. Solution: python_editing.vim ftplugin, works like a dream. I’d love to know if anyone has a better way. If so, let me know…