mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.2488: json_encode() gives generic argument error
Problem: json_encode() gives generic argument error. Solution: Mention the type that can't be encoded. (issue #7802)
This commit is contained in:
@@ -357,3 +357,5 @@ 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"));
|
||||
EXTERN char e_cannot_json_encode_str[]
|
||||
INIT(= N_("E1161: Cannot json encode a %s"));
|
||||
|
Reference in New Issue
Block a user