mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.3985: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -3080,7 +3080,7 @@ dozet:
|
||||
deleteFold((linenr_T)1, curbuf->b_ml.ml_line_count,
|
||||
TRUE, FALSE);
|
||||
else
|
||||
emsg(_("E352: Cannot erase folds with current 'foldmethod'"));
|
||||
emsg(_(e_cannot_erase_folds_with_current_foldmethod));
|
||||
break;
|
||||
|
||||
// "zn": fold none: reset 'foldenable'
|
||||
|
Reference in New Issue
Block a user