diff options
Diffstat (limited to 'src/map.c')
-rw-r--r-- | src/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2717,7 +2717,7 @@ do_exmap(exarg_T *eap, int isabbrev) { case 1: emsg(_(e_invarg)); break; - case 2: emsg((isabbrev ? _(e_noabbr) : _(e_nomap))); + case 2: emsg((isabbrev ? _(e_no_such_abbreviation) : _(e_nomap))); break; } } |