comparison src/testdir/test_tagjump.vim @ 8934:42c8599421e5

commit https://github.com/vim/vim/commit/8d8aa0a367380f23f0af428fcb66a1a0615bf872 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 18 20:21:12 2016 +0200 Add missing test file.
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Apr 2016 20:30:06 +0200
parents
children ea504064c996
comparison
equal deleted inserted replaced
8933:906f1e3bd234 8934:42c8599421e5
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