summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_tagjump.vim
blob: b22bde8047cbb3849e8006536b632fb0ba1291ce (plain)
1
2
3
4
5
6
7
8
9
10
" 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: shiftwidth=2 sts=2 expandtab