mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
vim-patch:8.2.3813: confusing error when using :cc without error list (#19978)
Problem: confusing error when using :cc without error list. (Gary Johnson)
Solution: Give the "no errors" error.
a5d78d1f11
Cherry-pick e_quickfix -> e_no_errors rename from patch 8.2.3190.
This commit is contained in:
@@ -920,7 +920,7 @@ EXTERN char e_patnotf2[] INIT(= N_("E486: Pattern not found: %s"));
|
||||
EXTERN char e_positive[] INIT(= N_("E487: Argument must be positive"));
|
||||
EXTERN char e_prev_dir[] INIT(= N_("E459: Cannot go back to previous directory"));
|
||||
|
||||
EXTERN char e_quickfix[] INIT(= N_("E42: No Errors"));
|
||||
EXTERN char e_no_errors[] INIT(= N_("E42: No Errors"));
|
||||
EXTERN char e_loclist[] INIT(= N_("E776: No location list"));
|
||||
EXTERN char e_re_damg[] INIT(= N_("E43: Damaged match string"));
|
||||
EXTERN char e_re_corr[] INIT(= N_("E44: Corrupted regexp program"));
|
||||
|
Reference in New Issue
Block a user