0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0148

This commit is contained in:
Bram Moolenaar
2005-09-16 21:47:57 +00:00
parent 58071af793
commit 6b730e111c
8 changed files with 559 additions and 280 deletions

View File

@@ -5834,10 +5834,6 @@ nv_csearch(cap)
t_cmd = FALSE;
cap->oap->motion_type = MCHAR;
if (cap->arg == BACKWARD)
cap->oap->inclusive = FALSE;
else
cap->oap->inclusive = TRUE;
if (IS_SPECIAL(cap->nchar) || searchc(cap, t_cmd) == FAIL)
clearopbeep(cap->oap);
else