Mercurial > vim
comparison src/errors.h @ 28674:38f7a132bba3 v8.2.4861
patch 8.2.4861: it is not easy to restore saved mappings
Commit: https://github.com/vim/vim/commit/51d04d16f21e19d6eded98f9530d84089102f925
Author: Ernie Rael <errael@raelity.com>
Date: Wed May 4 15:40:22 2022 +0100
patch 8.2.4861: it is not easy to restore saved mappings
Problem: It is not easy to restore saved mappings.
Solution: Make mapset() accept a dict argument. (Ernie Rael, closes https://github.com/vim/vim/issues/10295)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 04 May 2022 16:45:03 +0200 |
parents | a35d54d01ade |
children | a16dae0be398 |
comparison
equal
deleted
inserted
replaced
28673:1bb2e8f5cc4b | 28674:38f7a132bba3 |
---|---|
3260 EXTERN char e_no_script_file_name_to_substitute_for_script[] | 3260 EXTERN char e_no_script_file_name_to_substitute_for_script[] |
3261 INIT(= N_("E1274: No script file name to substitute for \"<script>\"")); | 3261 INIT(= N_("E1274: No script file name to substitute for \"<script>\"")); |
3262 #ifdef FEAT_EVAL | 3262 #ifdef FEAT_EVAL |
3263 EXTERN char e_string_or_function_required_for_arrow_parens_expr[] | 3263 EXTERN char e_string_or_function_required_for_arrow_parens_expr[] |
3264 INIT(= N_("E1275: String or function required for ->(expr)")); | 3264 INIT(= N_("E1275: String or function required for ->(expr)")); |
3265 #endif | 3265 EXTERN char e_illegal_map_mode_string_str[] |
3266 INIT(= N_("E1276: Illegal map mode string: '%s'")); | |
3267 #endif |