diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-03-27 22:30:07 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-03-27 22:30:07 +0100 |
commit | 76f3b1ad77188182e3c924d1e70269c171b9ecc5 (patch) | |
tree | 7532f2594754ac586ce47a062d6f03618493a19f /runtime/doc/indent.txt | |
parent | 73b044dca94c8d427144b920c12fe5c47007a6f6 (diff) | |
download | vim-git-76f3b1ad77188182e3c924d1e70269c171b9ecc5.tar.gz |
Update runtime files.
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 749882ce4..5bf60894d 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -686,7 +686,7 @@ two spaces relative to the opening paren: baz) < Setting this option changes this behavior so that all subforms are aligned to -the same column: +the same column, emulating the default behavior of clojure-mode.el: > (foo bar @@ -698,7 +698,6 @@ This option is off by default. let g:clojure_align_subforms = 0 < - FORTRAN *ft-fortran-indent* Block if, select case, where, and forall constructs are indented. So are |