0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0166

This commit is contained in:
Bram Moolenaar
2005-12-10 20:15:02 +00:00
parent ba930509b0
commit 43abc52195
4 changed files with 14 additions and 22 deletions

View File

@@ -4766,7 +4766,7 @@ dozet:
}
break;
case '?': /* "z?": suggestions for a badly spelled word */
case '=': /* "z=": suggestions for a badly spelled word */
if (!checkclearopq(cap->oap))
spell_suggest((int)cap->count0);
break;
@@ -8799,4 +8799,3 @@ nv_cursorhold(cap)
cap->retval |= CA_COMMAND_BUSY; /* don't call edit() now */
}
#endif