Hi list, test_tagcase fails like this. 3,4c3,4 < E474: 無効な引数です: tc= < E474: 無効な引数です: tc= --- > E474: Invalid argument: tc= > E474: Invalid argument: tc=
This patch fixes it. diff --git a/src/testdir/test_tagcase.in b/src/testdir/test_tagcase.in index 6e68111..d76dbab 100644 --- a/src/testdir/test_tagcase.in +++ b/src/testdir/test_tagcase.in @@ -2,6 +2,7 @@ Tests for 'tagcase' option STARTTEST :so small.vim +:lang mess C :/^start text$/+1,/^end text$/w! Xtext :/^start tags$/+1,/^end tags$/-1w! Xtags :set tags=Xtags Regards, Kenichi Ito -- -- 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.
