We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1808d5 commit 8d8aa0aCopy full SHA for 8d8aa0a
1 file changed
src/testdir/test_tagjump.vim
@@ -0,0 +1,9 @@
1
+" Tests for tagjump (tags and special searches)
2
+
3
+" SEGV occurs in older versions. (At least 7.4.1748 or older)
4
+func Test_ptag_with_notagstack()
5
+ set notagstack
6
+ call assert_fails('ptag does_not_exist_tag_name', 'E426')
7
+ set tagstack&vim
8
+endfunc
9
+" vim: sw=2 et
0 commit comments