Hi Bram, On Wed, Feb 12, 2020 at 1:28 PM Bram Moolenaar <b...@moolenaar.net> wrote: > > > Patch 8.2.0250 > Problem: test_clear_search_pat() is unused. > Solution: Remove the function. (Yegappan Lakshmanan, closes #5624) > Files: runtime/doc/eval.txt, runtime/doc/testing.txt, > runtime/doc/usr_41.txt, src/evalfunc.c, src/proto/regexp.pro, > src/proto/search.pro, src/proto/testing.pro, src/regexp.c, > src/search.c, src/testdir/test_writefile.vim, src/testing.c > > --- 380,385 ---- > *** ../vim-8.2.0249/src/testdir/test_writefile.vim 2020-02-02 > 15:32:09.967762406 +0100 > --- src/testdir/test_writefile.vim 2020-02-12 22:11:26.045249967 +0100 > *************** > *** 214,219 **** > --- 214,223 ---- > call assert_fails('1,2write', 'E140:') > close! > > + call assert_fails('w > Xtest', 'E494:') > + > + call assert_fails('w > Xtest', 'E494:') > + > " Try to overwrite a directory > if has('unix') > call mkdir('Xdir1')
For some reason, the above test was added twice in this commit. I will address this in a future pull request - Yegappan -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7k6g%3DKoFOPq7VN7BgRVLi2u9fxRfi8qHXcCsFt%2Bza_HpQ%40mail.gmail.com.