From 5c3e56a2f7d740d3b864e95d26dcc3495d22c19b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 12 May 2007 13:43:14 +0000 Subject: updated for version 7.1 --- runtime/doc/indent.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/indent.txt') diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index f9d1d5644c..d755957376 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -1,4 +1,4 @@ -*indent.txt* For Vim version 7.1b. Last change: 2007 May 10 +*indent.txt* For Vim version 7.1. Last change: 2007 May 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -113,7 +113,7 @@ If you really want to reindent when you type 'o', 'O', 'e', '0', '<', '>', "", respectively, for those keys. For an emacs-style indent mode where lines aren't indented every time you -press but only if you press Tab, I suggest: +press but only if you press , I suggest: :set cinkeys=0{,0},:,0#,!,!^F You might also want to switch off 'autoindent' then. -- cgit v1.2.3