mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
Remove FEAT_EVAL
Support for VimScript, :let, :if, etc.
This commit is contained in:
@@ -449,7 +449,7 @@ void last_pat_prog(regmmatch_T *regmatch)
|
||||
* if (options & SEARCH_PEEK) check for typed char, cancel search
|
||||
*
|
||||
* Return FAIL (zero) for failure, non-zero for success.
|
||||
* When FEAT_EVAL is defined, returns the index of the first matching
|
||||
* Returns the index of the first matching
|
||||
* subpattern plus one; one if there was none.
|
||||
*/
|
||||
int searchit(win, buf, pos, dir, pat, count, options, pat_use, stop_lnum, tm)
|
||||
|
Reference in New Issue
Block a user