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