But what will we do about C files that haven't been converted to the new style yet? (Which is actually the majority, for easy merging from the head.)
On 8/31/06, brett.cannon <[email protected]> wrote: > Author: brett.cannon > Date: Thu Aug 31 23:45:56 2006 > New Revision: 51670 > > Modified: > python/branches/p3yk/Misc/Vim/vimrc > Log: > Fix comment for indenting in C files. > > Modified: python/branches/p3yk/Misc/Vim/vimrc > ============================================================================== > --- python/branches/p3yk/Misc/Vim/vimrc (original) > +++ python/branches/p3yk/Misc/Vim/vimrc Thu Aug 31 23:45:56 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 > > _______________________________________________ > Python-3000-checkins mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-3000-checkins > -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
