diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-18 19:46:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-18 19:46:15 +0200 |
commit | def5abe0a2727041ecee69afdccfca405333bd24 (patch) | |
tree | b3361575721de0fd577394ff1441ab8df20cfc52 /src/testdir/test_alot.vim | |
parent | 7f7c3325d3f1baba32263a3457cfc4d90ecd5ff1 (diff) | |
download | vim-def5abe0a2727041ecee69afdccfca405333bd24.zip |
patch 7.4.1751
Problem: Crash when 'tagstack' is off. (Dominique Pelle)
Solution: Fix it. (Hirohito Higashi)
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 5637a8e0c..cb377716b 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -27,6 +27,7 @@ source test_sort.vim source test_statusline.vim source test_syn_attr.vim source test_tabline.vim +source test_tagjump.vim source test_timers.vim source test_undolevels.vim source test_unlet.vim |