mirror of
https://github.com/zoriya/vim.git
synced 2026-05-29 09:32:53 +00:00
patch 8.2.3048: strange error for white space after ++ command
Problem: Strange error for white space after ++ command. Solution: Check for white space explicitly. (closes #8440)
This commit is contained in:
@@ -446,3 +446,5 @@ EXTERN char e_libsodium_decryption_failed[]
|
||||
INIT(= N_("E1200: Decryption failed!"));
|
||||
EXTERN char e_libsodium_decryption_failed_premature[]
|
||||
INIT(= N_("E1201: Decryption failed: pre-mature end of file!"));
|
||||
EXTERN char e_no_white_space_allowed_after_str_str[]
|
||||
INIT(= N_("E1202: No white space allowed after '%s': %s"));
|
||||
|
||||
Reference in New Issue
Block a user