log src/getchar.c @ 28333:04310f81143d v8.2.4692

age author description
Tue, 05 Apr 2022 14:30:03 +0200 Bram Moolenaar patch 8.2.4692: no test for what 8.2.4691 fixes v8.2.4692
Mon, 04 Apr 2022 23:15:03 +0200 Bram Moolenaar patch 8.2.4691: solution for <Cmd> in a mapping causes trouble v8.2.4691
Mon, 04 Apr 2022 22:15:03 +0200 Bram Moolenaar patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keys v8.2.4689
Fri, 18 Mar 2022 16:45:03 +0100 Bram Moolenaar patch 8.2.4588: mapping with key after other matching mapping does not work v8.2.4588
Sat, 12 Mar 2022 15:00:04 +0100 Bram Moolenaar patch 8.2.4551: when mapping <Esc> terminal codes are not recognized v8.2.4551
Fri, 04 Mar 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4504: when there is a partially matching map full map may not work v8.2.4504
Fri, 04 Mar 2022 16:00:04 +0100 Bram Moolenaar patch 8.2.4502: in the GUI a modifier is not recognized after CTRL-X v8.2.4502
Thu, 03 Mar 2022 15:00:03 +0100 Bram Moolenaar patch 8.2.4498: using <Plug> with "noremap" does not work v8.2.4498
Sun, 20 Feb 2022 20:15:03 +0100 Bram Moolenaar patch 8.2.4427: getchar() may return modifiers if no character is available v8.2.4427
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Wed, 16 Feb 2022 19:00:04 +0100 Bram Moolenaar patch 8.2.4400: MS-Windows: cannot use the mouse in the console with VIMDLL v8.2.4400
Tue, 15 Feb 2022 21:00:03 +0100 Bram Moolenaar patch 8.2.4394: UTF8 select mode test fails on MS-Windows v8.2.4394
Tue, 15 Feb 2022 18:30:03 +0100 Bram Moolenaar patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong v8.2.4392
Thu, 10 Feb 2022 15:15:04 +0100 Bram Moolenaar patch 8.2.4338: an error from an expression mapping messes up the display v8.2.4338
Thu, 03 Feb 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4289: warnings reported by MSVC v8.2.4289
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Thu, 27 Jan 2022 23:00:03 +0100 Bram Moolenaar patch 8.2.4236: accessing freed memory v8.2.4236
Thu, 27 Jan 2022 22:00:04 +0100 Bram Moolenaar patch 8.2.4235: invalid check for NULL pointer v8.2.4235
Thu, 27 Jan 2022 20:30:07 +0100 Bram Moolenaar patch 8.2.4233: crash when recording and using Select mode v8.2.4233
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
Sun, 16 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4107: script context not restored after using <ScriptCmd> v8.2.4107
Sat, 15 Jan 2022 20:00:03 +0100 Bram Moolenaar patch 8.2.4101: warning for unused argument in tiny version v8.2.4101
Sat, 15 Jan 2022 19:30:04 +0100 Bram Moolenaar patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping v8.2.4099
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
Tue, 04 Jan 2022 19:15:04 +0100 Bram Moolenaar patch 8.2.4002: first char typed in Select mode can be wrong v8.2.4002
Tue, 04 Jan 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4001: insert complete code uses global variables v8.2.4001
Mon, 03 Jan 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.3993: when recording a change in Select mode char appears twice v8.2.3993
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 13:45:03 +0100 Bram Moolenaar patch 8.2.3966: when using feedkeys() abbreviations may be blocked v8.2.3966
Fri, 31 Dec 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.3959: error messages are spread out v8.2.3959
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Thu, 16 Dec 2021 16:00:05 +0100 Bram Moolenaar patch 8.2.3825: various comments could be improved v8.2.3825
Sun, 05 Dec 2021 23:00:06 +0100 Bram Moolenaar patch 8.2.3749: error messages are everywhere v8.2.3749
Mon, 22 Nov 2021 14:00:05 +0100 Bram Moolenaar patch 8.2.3643: header for source file is outdated v8.2.3643
Sun, 14 Nov 2021 15:15:03 +0100 Bram Moolenaar patch 8.2.3595: check for signed overflow might not work everywhere v8.2.3595
Sat, 09 Oct 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.3490: superfluous return statements v8.2.3490
Mon, 04 Oct 2021 23:00:05 +0200 Bram Moolenaar patch 8.2.3474: some places use "Vimscript" instead of "Vim script" v8.2.3474
Sat, 02 Oct 2021 12:30:05 +0200 Bram Moolenaar patch 8.2.3460: some type casts are not needed v8.2.3460
Mon, 09 Aug 2021 20:00:06 +0200 Bram Moolenaar patch 8.2.3320: some local functions are not static v8.2.3320
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Mon, 07 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.2961: keys typed during a :normal command are discarded v8.2.2961
Mon, 07 Jun 2021 18:30:04 +0200 Bram Moolenaar patch 8.2.2957: using getchar() in Vim9 script is problematic v8.2.2957
Wed, 05 May 2021 20:00:07 +0200 Bram Moolenaar patch 8.2.2833: two key command cancelled by moving mouse when using popup v8.2.2833
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Thu, 03 Dec 2020 20:00:05 +0100 Bram Moolenaar patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character v8.2.2084
Sat, 28 Nov 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.2062: <Cmd> does not handle CTRL-V v8.2.2062
Wed, 18 Nov 2020 11:45:05 +0100 Bram Moolenaar patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properly v8.2.2005
Sun, 15 Nov 2020 21:00:03 +0100 Bram Moolenaar patch 8.2.1991: Coverity warns for not using the ga_grow() return value v8.2.1991
Thu, 12 Nov 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.1978: making a mapping work in all modes is complicated v8.2.1978
Wed, 04 Nov 2020 11:15:04 +0100 Bram Moolenaar patch 8.2.1948: GUI: crash when handling message while closing a window v8.2.1948
Mon, 28 Sep 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.1769: popup filter interferes with using :normal to move the cursor v8.2.1769
Wed, 23 Sep 2020 12:30:04 +0200 Bram Moolenaar patch 8.2.1729: endless loop when ":normal" feeds popup window filter v8.2.1729
Sat, 05 Sep 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.1608: Vim9: getchar() test fails with GUI v8.2.1608
Sat, 05 Sep 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1603: Vim9: cannot use "true" with getchar() v8.2.1603
Wed, 05 Aug 2020 22:15:16 +0200 Bram Moolenaar patch 8.2.1377: triggering the ATTENTION prompt causes typeahead mess up v8.2.1377
Thu, 09 Jul 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1166: once mouse move events are enabled getchar() returns them v8.2.1166
Wed, 10 Jun 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.0952: no simple way to interrupt Vim v8.2.0952
Sun, 07 Jun 2020 16:00:06 +0200 Bram Moolenaar patch 8.2.0919: merging modifier for modifyOtherKeys is done twice v8.2.0919
Sat, 06 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0916: mapping with partly modifyOtherKeys code does not work v8.2.0916