commit | 43abc52195744330e1df8f50bda64c1f66f9b507 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 20:15:02 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 20:15:02 2005 +0000 |
tree | 1bbc1276d144babb5eb97ab49b495f08b4b96d39 | |
parent | ba930509b084cd5eb1c74a23ab1b9f489d5ba064 [diff] [blame] |
updated for version 7.0166
diff --git a/src/normal.c b/src/normal.c index c8e847a..71eefc4 100644 --- a/src/normal.c +++ b/src/normal.c
@@ -4766,7 +4766,7 @@ } 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 @@ cap->retval |= CA_COMMAND_BUSY; /* don't call edit() now */ } #endif -