aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/errors.h')
-rw-r--r--src/nvim/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/errors.h b/src/nvim/errors.h
index 6bbec84ff9..6682a42d61 100644
--- a/src/nvim/errors.h
+++ b/src/nvim/errors.h
@@ -186,7 +186,7 @@ INIT(= N_("E5767: Cannot use :undo! to redo or move to a different undo branch")
EXTERN const char e_winfixbuf_cannot_go_to_buffer[]
INIT(= N_("E1513: Cannot switch buffer. 'winfixbuf' is enabled"));
-EXTERN const char e_invalid_return_type_from_findexpr[] INIT( = N_("E1514: findexpr did not return a List type"));
+EXTERN const char e_invalid_return_type_from_findexpr[] INIT( = N_("E1514: 'findexpr' did not return a List type"));
EXTERN const char e_trustfile[] INIT(= N_("E5570: Cannot update trust file: %s"));