From: Brett Cannon Date: Mon, 21 Mar 2005 20:41:51 +0000 (+0000) Subject: Add comment about optional option for keeping indentation level from previous X-Git-Tag: v2.5a0~1899 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6c430dffe5618016c516578726c0a7aa1471a9e;p=thirdparty%2FPython%2Fcpython.git Add comment about optional option for keeping indentation level from previous line. --- diff --git a/Misc/vimrc b/Misc/vimrc index 8c69b6907f93..7cd33dbfba30 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``