[Python-checkins] r51671 - python/trunk/Misc/Vim/vimrc

brett.cannon python-checkins at python.org
Thu Aug 31 23:47:53 CEST 2006


Author: brett.cannon
Date: Thu Aug 31 23:47:52 2006
New Revision: 51671

Modified:
   python/trunk/Misc/Vim/vimrc
Log:
Fix comment about indentation level in C files.


Modified: python/trunk/Misc/Vim/vimrc
==============================================================================
--- python/trunk/Misc/Vim/vimrc	(original)
+++ python/trunk/Misc/Vim/vimrc	Thu Aug 31 23:47:52 2006
@@ -19,7 +19,7 @@
 " Number of spaces to use for an indent.
 " This will affect Ctrl-T and 'autoindent'.
 " Python: 4 spaces
-" C: tab (8 spaces)
+" C: 4 spaces
 au BufRead,BufNewFile *.py,*pyw set shiftwidth=4
 au BufRead,BufNewFile *.c,*.h set shiftwidth=4
 


More information about the Python-checkins mailing list