summaryrefslogtreecommitdiffstats
path: root/Misc/Vim
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-08-31 21:45:56 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-08-31 21:45:56 (GMT)
commit4e472e05bdddde72d91d6f25d6e048371cf3c9be (patch)
treeb80258263e37b470a273fc3203b88d707ba45e7c /Misc/Vim
parentd4ccfcb06e79f7baa77d09f9b190ccd4192484ce (diff)
downloadcpython-4e472e05bdddde72d91d6f25d6e048371cf3c9be.zip
cpython-4e472e05bdddde72d91d6f25d6e048371cf3c9be.tar.gz
cpython-4e472e05bdddde72d91d6f25d6e048371cf3c9be.tar.bz2
Fix comment for indenting in C files.
Diffstat (limited to 'Misc/Vim')
-rw-r--r--Misc/Vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Vim/vimrc b/Misc/Vim/vimrc
index 2b5bf66..ff7c4c6 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