commit | af6c131bf7f86dc85fbc2e4a79f2547786228126 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 12 18:55:58 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 12 18:55:58 2014 +0100 |
tree | 8224851b49bf2c2962285c7a2e5a3683c2ed9ccb | |
parent | 24ff9e33a9b87f63547e7bce95d09ade1a04fcfb [diff] |
updated for version 7.4.201 Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae)
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9fb67a2..2b846b8 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt
@@ -4629,7 +4629,7 @@ *'lispwords'* *'lw'* 'lispwords' 'lw' string (default is very long) - global + global or local to buffer |global-local| {not in Vi} {not available when compiled without the |+lispindent| feature}