comparison 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
comparison
equal deleted inserted replaced
9859:72104c1f1961 9860:9eaf8ef656e9
4024 (Kaya Bekiroglu) 4024 (Kaya Bekiroglu)
4025 Solution: Check for NULL pointer returned from mch_open(). 4025 Solution: Check for NULL pointer returned from mch_open().
4026 Files: src/if_cscope.c 4026 Files: src/if_cscope.c
4027 4027
4028 Patch 7.0.154 4028 Patch 7.0.154
4029 Problem: When 'foldnextmax' is negative Vim can hang. (James Vega) 4029 Problem: When 'foldnestmax' is negative Vim can hang. (James Vega)
4030 Solution: Avoid the fold level becoming negative. 4030 Solution: Avoid the fold level becoming negative.
4031 Files: src/fold.c, src/syntax.c 4031 Files: src/fold.c, src/syntax.c
4032 4032
4033 Patch 7.0.155 4033 Patch 7.0.155
4034 Problem: When getchar() returns a mouse button click there is no way to get 4034 Problem: When getchar() returns a mouse button click there is no way to get