Add missing test file.

This commit is contained in:
Bram Moolenaar
2016-04-18 20:21:12 +02:00
parent c1808d5822
commit 8d8aa0a367
+9
View File
@@ -0,0 +1,9 @@
" Tests for tagjump (tags and special searches)
" SEGV occurs in older versions. (At least 7.4.1748 or older)
func Test_ptag_with_notagstack()
set notagstack
call assert_fails('ptag does_not_exist_tag_name', 'E426')
set tagstack&vim
endfunc
" vim: sw=2 et