Skip to content

Commit 8d8aa0a

Browse files
committed
Add missing test file.
1 parent c1808d5 commit 8d8aa0a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/testdir/test_tagjump.vim

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)