summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/edit.c b/src/edit.c
index 30eece2962..33a6f62cf8 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -996,8 +996,9 @@ doESCkey:
if (*curbuf->b_p_tsr == NUL && *p_tsr == NUL)
{
ctrl_x_mode = 0;
+ edit_submode = NULL;
msg_attr((char_u *)_("'thesaurus' option is empty"),
- hl_attr(HLF_E));
+ hl_attr(HLF_E));
if (emsg_silent == 0)
{
vim_beep();
@@ -1216,8 +1217,9 @@ doESCkey:
if (*curbuf->b_p_dict == NUL && *p_dict == NUL)
{
ctrl_x_mode = 0;
+ edit_submode = NULL;
msg_attr((char_u *)_("'dictionary' option is empty"),
- hl_attr(HLF_E));
+ hl_attr(HLF_E));
if (emsg_silent == 0)
{
vim_beep();