summaryrefslogtreecommitdiffstats
path: root/Misc/vimrc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2005-03-21 20:41:51 (GMT)
committerBrett Cannon <bcannon@gmail.com>2005-03-21 20:41:51 (GMT)
commite6c430dffe5618016c516578726c0a7aa1471a9e (patch)
tree89c3bcc8eba74d6f9da184bea29e0c0f865ee4cc /Misc/vimrc
parent3f8f666914930e9ab1fffc8ed21e9b7b76500c8e (diff)
downloadcpython-e6c430dffe5618016c516578726c0a7aa1471a9e.zip
cpython-e6c430dffe5618016c516578726c0a7aa1471a9e.tar.gz
cpython-e6c430dffe5618016c516578726c0a7aa1471a9e.tar.bz2
Add comment about optional option for keeping indentation level from previous
line.
Diffstat (limited to 'Misc/vimrc')
-rw-r--r--Misc/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/vimrc b/Misc/vimrc
index 8c69b69..7cd33db 100644
--- a/Misc/vimrc
+++ b/Misc/vimrc
@@ -80,7 +80,8 @@ au BufNewFile *.py,*.pyw,*.c,*.h set fileformat=unix
"``let python_highlight_all=1``
"``syntax on``
-" Automatically indent: ``filetype indent on``
+" Automatically indent based on file type: ``filetype indent on``
+" Keep indentation level from previous line: ``set autoindent``
" Folding based on indentation: ``set foldmethod=indent``