summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-08-31 21:45:56 +0000
committerBrett Cannon <bcannon@gmail.com>2006-08-31 21:45:56 +0000
commit4b606587eaa5b3f207bbd0013d554e6c747c4de4 (patch)
tree59ccfecb21cf9d89215f361ce0ffc9bb05cc2481
parentf06b9af47c759baf929f2ea579babcc7b5000167 (diff)
downloadcpython-4b606587eaa5b3f207bbd0013d554e6c747c4de4.tar.gz
Fix comment for indenting in C files.
-rw-r--r--Misc/Vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Vim/vimrc b/Misc/Vim/vimrc
index 2b5bf66877..ff7c4c6d96 100644
--- a/Misc/Vim/vimrc
+++ b/Misc/Vim/vimrc
@@ -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