Hi Bram, 2015-11-25(Wed) 2:48:38 UTC+9 Bram Moolenaar: > Patch 7.4.941 > Problem: There is no way to ignore case only for tag searches. > Solution: Add the 'tagcase' option. (Gary Johnson) > Files: runtime/doc/options.txt, runtime/doc/quickref.txt, > runtime/doc/tagsrch.txt, runtime/doc/usr_29.txt, > runtime/optwin.vim, src/Makefile, src/buffer.c, src/option.c, > src/option.h, src/structs.h, src/tag.c, > src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak, > src/testdir/Make_ming.mak, src/testdir/Make_os2.mak, > src/testdir/Make_vms.mms, src/testdir/Makefile, > src/testdir/test_tagcase.in, src/testdir/test_tagcase.ok
[...] This patch's test_tagcase faild on Travis-CI. https://travis-ci.org/vim/vim/jobs/92988372#L6809 We need to skip test_tagcase, When feature is small or tiny. I wrote a patch. -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff -r fd72cd1b6f1a src/testdir/test_tagcase.in --- a/src/testdir/test_tagcase.in Tue Nov 24 19:00:06 2015 +0100 +++ b/src/testdir/test_tagcase.in Wed Nov 25 09:44:36 2015 +0900 @@ -1,6 +1,7 @@ Tests for 'tagcase' option STARTTEST +:so small.vim :/^start text$/+1,/^end text$/w! Xtext :/^start tags$/+1,/^end tags$/-1w! Xtags :set tags=Xtags
