Wiki

Changes between Initial Version and Version 1 of VimSupport

Show
Ignore:
Timestamp:
03/10/08 08:17:29 (17 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VimSupport

    v1 v1  
     1Per Eric Z. Beard: 
     2 
     3Vim set to python works Ok in a pinch. 
     4 
     5{{{ 
     6au BufNewFile,BufEnter *.cobra set noexpandtab ts=4 sw=4 filetype=python 
     7}}}