On So, 29 Okt 2017, Bram Moolenaar wrote: > Patch 8.0.1238 > Problem: Incremental search only shows one match. > Solution: When 'incsearch' and and 'hlsearch' are both set highlight all > matches. (haya14busa, closes #2198) > Files: runtime/doc/options.txt, src/ex_getln.c, src/proto/search.pro, > src/search.c, src/testdir/test_search.vim
It looks like the test does not work correctly on Windows. I see some failures: https://ci.appveyor.com/project/chrisbra/vim-win32-installer/build/job/g4p49k5gh6k3nbq5 ,---- | From test_search.vim: | Found errors in Test_search_cmdline_incsearch_highlight_attr(): function RunTheTest[34]..Test_search_cmdline_incsearch_highlight_attr | line 28: Expected not equal to 292 function RunTheTest[34]..Test_search_cmdline_incsearch_highlight_attr | line 29: Expected not equal to 292 function RunTheTest[34]..Test_search_cmdline_incsearch_highlight_attr | line 30: Expected not equal to 292 | TEST FAILURE NMAKE : fatal error U1077: 'if' : return code '0x1' `---- This test is now disabled for the vim-win32-installer build. Once it builds again, I'll try to debug this test. Christian -- In Hollywood gibt es keinen Taxifahrer, der nicht am Abend Drehbücher schreibt. -- Wim Wenders -- -- 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.
