Mercurial > vim
comparison src/errors.h @ 22936:00b0275ffe7f v8.2.2015
patch 8.2.2015: Vim9: literal dict #{} is not like any other language
Commit: https://github.com/vim/vim/commit/2bede173a177e227e6224a8713f5b88a38d011af
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 19 18:53:18 2020 +0100
patch 8.2.2015: Vim9: literal dict #{} is not like any other language
Problem: Vim9: literal dict #{} is not like any other language.
Solution: Support the JavaScript syntax.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 19 Nov 2020 19:00:06 +0100 |
parents | 84567584951f |
children | a943b175586a |
comparison
equal
deleted
inserted
replaced
22935:da7ce666cf1f | 22936:00b0275ffe7f |
---|---|
301 INIT(=N_("E1136: <Cmd> mapping must end with <CR> before second <Cmd>")); | 301 INIT(=N_("E1136: <Cmd> mapping must end with <CR> before second <Cmd>")); |
302 EXTERN char e_cmd_maping_must_not_include_str_key[] | 302 EXTERN char e_cmd_maping_must_not_include_str_key[] |
303 INIT(= N_("E1137: <Cmd> mapping must not include %s key")); | 303 INIT(= N_("E1137: <Cmd> mapping must not include %s key")); |
304 EXTERN char e_using_bool_as_number[] | 304 EXTERN char e_using_bool_as_number[] |
305 INIT(= N_("E1138: Using a Bool as a Number")); | 305 INIT(= N_("E1138: Using a Bool as a Number")); |
306 EXTERN char e_missing_matching_bracket_after_dict_key[] | |
307 INIT(= N_("E1139: Missing matching bracket after dict key")); |