Changes between Initial Version and Version 1 of VimSupport
- Timestamp:
- 03/10/08 08:17:29 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VimSupport
v1 v1 1 Per Eric Z. Beard: 2 3 Vim set to python works Ok in a pinch. 4 5 {{{ 6 au BufNewFile,BufEnter *.cobra set noexpandtab ts=4 sw=4 filetype=python 7 }}}