0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.0124

This commit is contained in:
Bram Moolenaar
2005-08-05 21:35:02 +00:00
parent 86eb7a2c03
commit 572cb561ac
15 changed files with 474 additions and 280 deletions

View File

@@ -4743,7 +4743,7 @@ search_line:
if (add_r == OK)
/* if dir was BACKWARD then honor it just once */
dir = FORWARD;
else if (add_r == RET_ERROR)
else if (add_r == FAIL)
break;
}
else
@@ -4873,7 +4873,7 @@ exit_matched:
line_breakcheck();
#ifdef FEAT_INS_EXPAND
if (action == ACTION_EXPAND)
ins_compl_check_keys();
ins_compl_check_keys(30);
if (got_int || compl_interrupted)
#else
if (got_int)