summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/errors.h')
-rw-r--r--src/nvim/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/errors.h b/src/nvim/errors.h
index aa0eb00478..113b2058ff 100644
--- a/src/nvim/errors.h
+++ b/src/nvim/errors.h
@@ -210,6 +210,7 @@ EXTERN const char e_not_allowed_to_change_window_layout_in_this_autocmd[]
INIT(= N_("E1312: Not allowed to change the window layout in this autocmd"));
EXTERN const char e_val_too_large[] INIT(= N_("E1510: Value too large: %s"));
+EXTERN const char e_val_too_large_len[] INIT(= N_("E1510: Value too large: %.*s"));
EXTERN const char e_undobang_cannot_redo_or_move_branch[]
INIT(= N_("E5767: Cannot use :undo! to redo or move to a different undo branch"));