commit | 0952131376a517fc12dc5ae908a97018b4ee23f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 22:54:35 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 22:54:35 2016 +0200 |
tree | 937cfa4e0fd89164703af30695387707b4897e42 | |
parent | b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f [diff] [blame] |
Updated runtime files.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index e962c08..be95695 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt
@@ -4026,7 +4026,7 @@ Files: src/if_cscope.c Patch 7.0.154 -Problem: When 'foldnextmax' is negative Vim can hang. (James Vega) +Problem: When 'foldnestmax' is negative Vim can hang. (James Vega) Solution: Avoid the fold level becoming negative. Files: src/fold.c, src/syntax.c