commit | 7465c6375fd60eab603681bcad8a8744ddc31614 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 22:20:27 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 22:20:27 2016 +0100 |
tree | 0f4a223c52dbefd5a05f7a41df16ca1f1cd4542f | |
parent | f4f79b84a5595c511f6fdbe4e3e1d188d97879a0 [diff] [blame] |
patch 7.4.1180 Problem: Crash with invalid argument to glob2regpat(). Solution: Check for NULL. (Justin M. Keyes, closes #596) Add a test.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index aceb073..9745433 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -5,6 +5,7 @@ source test_cursor_func.vim source test_delete.vim source test_expand.vim +source test_glob2regpat.vim source test_json.vim source test_lispwords.vim source test_menu.vim