0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2482: build error

Problem:    Build error.
Solution:   Add new error message.
This commit is contained in:
Bram Moolenaar
2021-02-07 16:05:47 +01:00
parent 4f53b79bf5
commit a5a1ec1826
2 changed files with 4 additions and 0 deletions

View File

@@ -355,3 +355,5 @@ EXTERN char e_cannot_use_flatten_in_vim9_script[]
INIT(= N_("E1158: Cannot use flatten() in Vim9 script"));
EXTERN char e_cannot_split_window_when_closing_buffer[]
INIT(= N_("E1159: Cannot split a window when closing the buffer"));
EXTERN char e_cannot_use_default_for_variable_arguments[]
INIT(= N_("E1160: Cannot use a default for variable arguments"));