diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-16 18:30:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-16 18:30:08 +0000 |
commit | b21e5843e53d3582df5f521f57e7e52e83d51d10 (patch) | |
tree | 6b542fe50eb62f693046067880e416e8b149b2eb /runtime/doc/indent.txt | |
parent | 99ebf04cf6acdd2b10d670e1cd6be4eae17333cf (diff) | |
download | vim-git-b21e5843e53d3582df5f521f57e7e52e83d51d10.tar.gz |
updated for version 7.0ev7.0e
Diffstat (limited to 'runtime/doc/indent.txt')
-rw-r--r-- | runtime/doc/indent.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index 7d83b7b91..9f6d85a22 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -1,4 +1,4 @@ -*indent.txt* For Vim version 7.0d. Last change: 2006 Apr 14 +*indent.txt* For Vim version 7.0e. Last change: 2006 Apr 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -414,7 +414,6 @@ assume a 'shiftwidth' of 4. if (cond1 && if (cond1 && cond2 cond2 ) ) - foo; foo; < *java-cinoptions* *java-indenting* jN Indent java anonymous classes correctly. The value 'N' is |