[Python-checkins] python/dist/src/Misc vimrc,1.1,1.2

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Tue Sep 21 00:33:24 CEST 2004


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

Modified Files:
	vimrc 
Log Message:
Add a commented-out recipe on making trailing whitespace explicit.

If people think this is not too intrusive it could be uncommented.


Index: vimrc
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/vimrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vimrc	19 Sep 2004 05:43:13 -0000	1.1
+++ vimrc	20 Sep 2004 22:33:21 -0000	1.2
@@ -76,3 +76,10 @@
 " Automatically indent: ``filetype indent on``
 
 " Fold based on indentation: ``set foldmethod=indent``
+
+" Make trailing whitespace explicit:
+"highlight WhitespaceEOL ctermbg=red guibg=red 
+"match WhitespaceEOL /\s\+$/
+" or
+"set list listchars=trail:-
+



More information about the Python-checkins mailing list