log src/map.c @ 35112:51e50414b5ee default tip

age author description
Tue, 16 Apr 2024 23:00:03 +0200 Christian Brabandt patch 9.1.0341: Problem: a few memory leaks are found v9.1.0341
Sun, 10 Dec 2023 15:16:25 +0100 Christian Brabandt patch 9.0.2153: no support to build on OpenVMS v9.0.2153
Sun, 10 Dec 2023 15:16:04 +0100 Christian Brabandt patch 9.0.2142: [security]: stack-buffer-overflow in option callback functions v9.0.2142
Fri, 11 Aug 2023 23:30:03 +0200 Christian Brabandt patch 9.0.1687: mapset() not properly handling script ID v9.0.1687
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Wed, 31 May 2023 18:15:04 +0200 Bram Moolenaar patch 9.0.1594: some internal error messages are translated v9.0.1594
Sat, 15 Apr 2023 14:30:05 +0200 Bram Moolenaar patch 9.0.1454: code indenting is confused by macros v9.0.1454
Fri, 07 Apr 2023 23:15:04 +0200 Bram Moolenaar patch 9.0.1442: mapset() does not restore non-script context v9.0.1442
Mon, 27 Feb 2023 14:00:03 +0100 Bram Moolenaar patch 9.0.1359: too many "else if" statements in handling options v9.0.1359
Mon, 20 Feb 2023 13:30:05 +0100 Bram Moolenaar patch 9.0.1330: handling new value of an option has a long "else if" chain v9.0.1330
Sun, 19 Feb 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1329: completion of map includes simplified ones v9.0.1329
Fri, 27 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1251: checking returned value of ga_grow() is inconsistent v9.0.1251
Sat, 14 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1196: code is indented more than necessary v9.0.1196
Fri, 16 Dec 2022 19:45:03 +0100 Bram Moolenaar patch 9.0.1065: a shell command switching screens may still have a problem v9.0.1065
Sat, 26 Nov 2022 20:30:03 +0100 Bram Moolenaar patch 9.0.0954: cannot detect whether modifyOtherKeys is enabled v9.0.0954
Wed, 23 Nov 2022 21:30:04 +0100 Bram Moolenaar patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug v9.0.0930
Sun, 13 Nov 2022 21:45:03 +0100 Bram Moolenaar patch 9.0.0873: using freed memory when executing mapclear at more prompt v9.0.0873
Wed, 19 Oct 2022 14:15:03 +0200 Bram Moolenaar patch 9.0.0794: there is no way to find out if modifyOtherKeys has been seen v9.0.0794
Tue, 04 Oct 2022 21:15:03 +0200 Bram Moolenaar patch 9.0.0660: mapping with CTRL keys does not work in the GUI v9.0.0660
Tue, 04 Oct 2022 17:30:06 +0200 Bram Moolenaar patch 9.0.0657: too many #ifdefs v9.0.0657
Sat, 01 Oct 2022 20:45:04 +0200 Bram Moolenaar patch 9.0.0634: evaluating "expr" options has more overhead than needed v9.0.0634
Mon, 12 Sep 2022 14:45:04 +0200 Bram Moolenaar patch 9.0.0449: there is no easy way to translate a key code into a string v9.0.0449
Wed, 31 Aug 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0341: mapset() does not restore <Nop> mapping properly v9.0.0341
Tue, 30 Aug 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0335: checks for Dictionary argument often give a vague error v9.0.0335
Mon, 01 Aug 2022 13:00:04 +0200 Bram Moolenaar patch 9.0.0127: unused variable v9.0.0127
Sat, 23 Jul 2022 11:00:04 +0200 Bram Moolenaar patch 9.0.0063: too many type casts for dict_get functions v9.0.0063
Wed, 29 Jun 2022 11:45:04 +0200 Bram Moolenaar patch 9.0.0002: map functionality outside of map.c v9.0.0002
Sat, 18 Jun 2022 18:00:03 +0200 Bram Moolenaar patch 8.2.5125: MS-Windows: warnings from MinGW compiler v8.2.5125
Thu, 16 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
Thu, 16 Jun 2022 12:30:04 +0200 Bram Moolenaar patch 8.2.5106: default cmdwin mappings are re-mappable v8.2.5106
Fri, 27 May 2022 18:30:04 +0200 Bram Moolenaar patch 8.2.5029: "textlock" is always zero v8.2.5029
Tue, 10 May 2022 19:00:04 +0200 Bram Moolenaar patch 8.2.4932: not easy to filter the output of maplist() v8.2.4932
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Wed, 04 May 2022 20:00:03 +0200 Bram Moolenaar patch 8.2.4867: listing of mapping with K_SPECIAL is wrong v8.2.4867
Wed, 04 May 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.4861: it is not easy to restore saved mappings v8.2.4861
Tue, 26 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4831: crash when using maparg() and unmapping simplified keys v8.2.4831
Tue, 26 Apr 2022 13:30:04 +0200 Bram Moolenaar patch 8.2.4828: fix for unmapping simplified key not fully tested v8.2.4828
Mon, 25 Apr 2022 20:00:04 +0200 Bram Moolenaar patch 8.2.4827: typo in variable name v8.2.4827
Mon, 25 Apr 2022 15:45:03 +0200 Bram Moolenaar patch 8.2.4825: can only get a list of mappings v8.2.4825
Mon, 25 Apr 2022 14:30:03 +0200 Bram Moolenaar patch 8.2.4824: expression is evaluated multiple times v8.2.4824
Sun, 24 Apr 2022 19:45:03 +0200 Bram Moolenaar patch 8.2.4820: not simple programmatic way to find a specific mapping v8.2.4820
Sun, 24 Apr 2022 18:15:02 +0200 Bram Moolenaar patch 8.2.4819: unmapping simplified keys also deletes other mapping v8.2.4819
Mon, 28 Feb 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4483: command completion makes two rounds to collect matches v8.2.4483
Sun, 27 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4479: no fuzzy completieon for maps and abbreviations v8.2.4479
Wed, 16 Feb 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.4401: map listing does not clear the rest of the command line v8.2.4401
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Thu, 20 Jan 2022 12:30:07 +0100 Bram Moolenaar patch 8.2.4150: Coverity warns for using pointer after free v8.2.4150
Thu, 20 Jan 2022 00:00:07 +0100 Bram Moolenaar patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail v8.2.4148
Tue, 18 Jan 2022 22:00:05 +0100 Bram Moolenaar patch 8.2.4140: maparg() does not indicate the type of script v8.2.4140
Tue, 18 Jan 2022 21:45:02 +0100 Bram Moolenaar patch 8.2.4139: using freed memory in expression abbreviation v8.2.4139
Sun, 16 Jan 2022 16:00:08 +0100 Bram Moolenaar patch 8.2.4111: potential proglem when map is deleted while executing v8.2.4111
Tue, 11 Jan 2022 13:00:06 +0100 Bram Moolenaar patch 8.2.4059: Vim9: an expression of a map cannot access script-local items v8.2.4059
Sun, 02 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.3986: error messages are spread out v8.2.3986
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Fri, 31 Dec 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.3959: error messages are spread out v8.2.3959
Mon, 22 Nov 2021 14:00:05 +0100 Bram Moolenaar patch 8.2.3643: header for source file is outdated v8.2.3643
Fri, 30 Jul 2021 21:45:02 +0200 Bram Moolenaar patch 8.2.3252: duplicated code for adding buffer lines v8.2.3252