aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
diff options
context:
space:
mode:
authorHinidu <hinidu@gmail.com>2014-04-11 23:58:31 +0300
committerJustin M. Keyes <justinkz@gmail.com>2014-05-28 13:08:54 -0400
commita29b94e2f95d06abd294c454adba819de079d2d2 (patch)
tree8f6b0e31546bfb9e895d6fded0b241f50f82d168 /src/nvim/search.c
parent5f2ccb94d2103969aabed9e57f1a0b0b691a3356 (diff)
downloadrneovim-a29b94e2f95d06abd294c454adba819de079d2d2.tar.gz
rneovim-a29b94e2f95d06abd294c454adba819de079d2d2.tar.bz2
rneovim-a29b94e2f95d06abd294c454adba819de079d2d2.zip
Remove FEAT_EVAL
Support for VimScript, :let, :if, etc.
Diffstat (limited to 'src/nvim/search.c')
-rw-r--r--src/nvim/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/search.c b/src/nvim/search.c
index 56f9355949..b341b4be68 100644
--- a/src/nvim/search.c
+++ b/src/nvim/search.c
@@ -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)