commit | af8af8bfac5792fa64efbc524032d568cc7754f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 22:05:24 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 04 22:05:24 2016 +0100 |
tree | 2d6bd98660f17197e6d630ccd2dc0be704e0dcd4 | |
parent | c71982b23978ef61d0a2f0fe5535e782e1c561ed [diff] [blame] |
patch 7.4.1051 Problem: Segfault when unletting "count". Solution: Check for readonly and locked first. (Dominique Pelle) Add a test.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 9800afc..413e71b 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -8,3 +8,4 @@ source test_set.vim source test_sort.vim source test_undolevels.vim +source test_unlet.vim