comparison src/errors.h @ 26578:06693d1afc48

patch 8.2.3818: cannot filter or map characters in a string Commit: https://github.com/vim/vim/commit/c479ce032f5d4d14bab9e479acbf42d758879893 Author: rbtnn <naru123456789@gmail.com> Date: Wed Dec 15 19:14:54 2021 +0000 patch 8.2.3818: cannot filter or map characters in a string Problem: Cannot filter or map characters in a string. Solution: Make filter() and map() work on a string. (Naruhiko Nishino, closes #9327)
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Dec 2021 20:15:03 +0100
parents 9998318235cd
children 0d2a709e2ff0
comparison
equal deleted inserted replaced
26577:61af645a0725 26578:06693d1afc48
756 INIT(= N_("E1247: Line number out of range")); 756 INIT(= N_("E1247: Line number out of range"));
757 EXTERN char e_closure_called_from_invalid_context[] 757 EXTERN char e_closure_called_from_invalid_context[]
758 INIT(= N_("E1248: Closure called from invalid context")); 758 INIT(= N_("E1248: Closure called from invalid context"));
759 EXTERN char e_highlight_group_name_too_long[] 759 EXTERN char e_highlight_group_name_too_long[]
760 INIT(= N_("E1249: Highlight group name too long")); 760 INIT(= N_("E1249: Highlight group name too long"));
761 EXTERN char e_argument_of_str_must_be_list_string_dictionary_or_blob[]
762 INIT(= N_("E1250: Argument of %s must be a List, String, Dictionary or Blob"));