commit | def5abe0a2727041ecee69afdccfca405333bd24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 19:46:15 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 18 19:46:15 2016 +0200 |
tree | b3361575721de0fd577394ff1441ab8df20cfc52 | |
parent | 7f7c3325d3f1baba32263a3457cfc4d90ecd5ff1 [diff] [blame] |
patch 7.4.1751 Problem: Crash when 'tagstack' is off. (Dominique Pelle) Solution: Fix it. (Hirohito Higashi)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 5637a8e..cb37771 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -27,6 +27,7 @@ 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