diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 1bab0da79a..1c07bef3e3 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -3645,6 +3645,7 @@ set_string_option_direct ( idx = findoption(name); if (idx < 0) { /* not found (should not happen) */ EMSG2(_(e_intern2), "set_string_option_direct()"); + EMSG2(_("For option %s"), name); return; } } |