[Python-3000-checkins] r51670 - python/branches/p3yk/Misc/Vim/vimrc

2006-08-31 Thread brett.cannon
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 == --- pyth

Re: [Python-3000-checkins] r51670 - python/branches/p3yk/Misc/Vim/vimrc

2006-08-31 Thread Guido van Rossum
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 wrote: > Author: brett.cannon > Date: Thu Aug 31 23:45:56 2006 > New Revision: 51670 > > Modified: >python/branches/p3

Re: [Python-3000-checkins] r51670 - python/branches/p3yk/Misc/Vim/vimrc

2006-08-31 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 31, 2006, at 6:06 PM, Guido van Rossum wrote: > 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.) Why, use X/Emacs of course! :) - -Barry