Changes between Version 1 and Version 2 of VimSupport
- Timestamp:
- 07/05/09 05:52:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VimSupport
v1 v2 6 6 au BufNewFile,BufEnter *.cobra set noexpandtab ts=4 sw=4 filetype=python 7 7 }}} 8 9 For more native support try [http://bitbucket.org/webnov8/cobra-on-vim/ Cobra on Vim]. This includes a ftdetect, indent, and syntax file.