31 Aug
2006
31 Aug
'06
9:47 p.m.
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
6619
Age (days ago)
6619
Last active (days ago)
0 comments
1 participants
participants (1)
-
brett.cannon