Hirohito Higashi wrote: > 2016-8-27(Sat) 2:14:14 UTC+9 Bram Moolenaar: > > Patch 7.4.2259 > > Problem: With 'incsearch' can only see the next match. > > Solution: Make CTRL-N/CTRL-P move to the previous/next match. (Christian > > Brabandt) > > Files: runtime/doc/cmdline.txt, src/ex_getln.c, > > src/testdir/Make_all.mak, > > src/testdir/test_search.vim, src/Makefile > [...] > > Probably, I think that the attached patch is better to include. > It's not an error because the static function. > However it is better to mimic the other static functions.
The || defined(PROTO) is for when generating function prototypes. And static functions are skipped then. Thus this is not needed. -- In order for something to become clean, something else must become dirty; but you can get everything dirty without getting anything clean. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
