vim-patch:7.4.1051

Problem:    Segfault when unletting "count".
Solution:   Check for readonly and locked first. (Dominique Pelle)
            Add a test.

af8af8bfac
This commit is contained in:
Michael Ennen
2016-05-19 15:05:37 -07:00
parent e355624748
commit 326ae7c8ce
4 changed files with 43 additions and 13 deletions

View File

@@ -39,6 +39,7 @@ NEW_TESTS = \
test_menu.res \
test_syntax.res \
test_timers.res \
test_unlet.res \
test_viml.res \
test_alot.res