[Python-checkins] python/dist/src/Misc vimrc,1.5,1.6

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Mon Mar 21 21:41:55 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31961/Misc

Modified Files:
	vimrc 
Log Message:
Add comment about optional option for keeping indentation level from previous
line.


Index: vimrc
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/vimrc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- vimrc	5 Mar 2005 05:52:21 -0000	1.5
+++ vimrc	21 Mar 2005 20:41:51 -0000	1.6
@@ -80,7 +80,8 @@
 "``let python_highlight_all=1``
 "``syntax on``
 
-" Automatically indent: ``filetype indent on``
+" Automatically indent based on file type: ``filetype indent on``
+" Keep indentation level from previous line: ``set autoindent``
 
 " Folding based on indentation: ``set foldmethod=indent``
 



More information about the Python-checkins mailing list