mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
4f3c9ad4d7
commit
035eb27575
9
src/nvim/testdir/test_tagjump.vim
Normal file
9
src/nvim/testdir/test_tagjump.vim
Normal 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
|
Loading…
Reference in New Issue
Block a user