diff runtime/doc/version7.txt @ 9860:9eaf8ef656e9

commit https://github.com/vim/vim/commit/0952131376a517fc12dc5ae908a97018b4ee23f0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 22:54:35 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Aug 2016 23:00:07 +0200
parents 9f7bcc2c3b97
children 9f48eab77d62
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -4026,7 +4026,7 @@ Solution:   Check for NULL pointer retur
 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