vim-patch:8d8aa0a

Add missing test file.

8d8aa0a367
This commit is contained in:
James McCoy 2016-12-07 10:42:53 -05:00
parent 4f3c9ad4d7
commit 035eb27575

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