diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-04 22:05:24 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-04 22:05:24 +0100 |
commit | af8af8bfac5792fa64efbc524032d568cc7754f7 (patch) | |
tree | 2d6bd98660f17197e6d630ccd2dc0be704e0dcd4 /src/testdir/test_alot.vim | |
parent | c71982b23978ef61d0a2f0fe5535e782e1c561ed (diff) | |
download | vim-git-af8af8bfac5792fa64efbc524032d568cc7754f7.tar.gz |
patch 7.4.1051v7.4.1051
Problem: Segfault when unletting "count".
Solution: Check for readonly and locked first. (Dominique Pelle)
Add a test.
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 9800afce7..413e71b54 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -8,3 +8,4 @@ source test_searchpos.vim source test_set.vim source test_sort.vim source test_undolevels.vim +source test_unlet.vim |