[vim] 68/139: Add missing test file.

James McCoy jamessan at debian.org
Fri May 6 04:00:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 8d8aa0a367380f23f0af428fcb66a1a0615bf872
Author: Bram Moolenaar <Bram at vim.org>
Date:   Mon Apr 18 20:21:12 2016 +0200

    Add missing test file.
---
 src/testdir/test_tagjump.vim | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/testdir/test_tagjump.vim b/src/testdir/test_tagjump.vim
new file mode 100644
index 0000000..d8a333f
--- /dev/null
+++ b/src/testdir/test_tagjump.vim
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list