diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-12-07 10:40:33 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2016-12-07 10:44:31 -0500 |
| commit | 4f3c9ad4d7eeb48ccc33838afa6f25c0952ffb07 (patch) | |
| tree | 9c095096669f29743034dc3ef28ebdbc318ee85d /src/nvim/testdir | |
| parent | e6b7dade4f1dafb6dff3d1a7ebdc0ddbf7122d02 (diff) | |
| download | rneovim-4f3c9ad4d7eeb48ccc33838afa6f25c0952ffb07.tar.gz rneovim-4f3c9ad4d7eeb48ccc33838afa6f25c0952ffb07.tar.bz2 rneovim-4f3c9ad4d7eeb48ccc33838afa6f25c0952ffb07.zip | |
vim-patch:7.4.1751
Problem: Crash when 'tagstack' is off. (Dominique Pelle)
Solution: Fix it. (Hirohito Higashi)
https://github.com/vim/vim/commit/def5abe0a2727041ecee69afdccfca405333bd24
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index c9d7b332e4..67e27e72a2 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -18,5 +18,6 @@ source test_statusline.vim source test_syn_attr.vim source test_tabline.vim source test_tabpage.vim +source test_tagjump.vim source test_unlet.vim source test_matchadd_conceal_utf8.vim |