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:
@@ -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
|
||||
|
Reference in New Issue
Block a user