log src/getchar.c @ 22862:6d50182e7e24 v8.2.1978

age author description
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
Thu, 04 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0904: assuming modifyOtherKeys for rhs of mapping v8.2.0904
Sat, 30 May 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI v8.2.0851
Fri, 29 May 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.0839: dropping modifier when putting a character back in typeahead v8.2.0839
Thu, 28 May 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0835: Motif: mapping <C-bslash> still doesn't work v8.2.0835
Sun, 03 May 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0694: Haiku: channel and terminal do not work v8.2.0694
Fri, 01 May 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.0674: some source files are too big v8.2.0674
Sun, 05 Apr 2020 19:00:37 +0200 Bram Moolenaar patch 8.2.0514: several global functions are used in only one file v8.2.0514
Wed, 11 Mar 2020 13:15:04 +0100 Bram Moolenaar patch 8.2.0370: the typebuf_was_filled flag is sometimes not reset v8.2.0370
Wed, 04 Mar 2020 23:30:04 +0100 Bram Moolenaar patch 8.2.0356: MS-Windows: feedkeys() with VIMDLL cannot handle CSI v8.2.0356
Tue, 18 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :global v8.2.0274
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Sun, 01 Dec 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2380: using old C style comments v8.1.2380
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Tue, 26 Nov 2019 19:45:04 +0100 Bram Moolenaar patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys v8.1.2350
Fri, 22 Nov 2019 21:00:04 +0100 Bram Moolenaar patch 8.1.2336: when an expr mapping moves the cursor it is not restored v8.1.2336
Thu, 21 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't work v8.1.2333
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Tue, 22 Oct 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.2200: crash when memory allocation fails v8.1.2200
Sun, 20 Oct 2019 16:15:03 +0200 Bram Moolenaar patch 8.1.2191: when using modifyOtherKeys CTRL-X mode may not work v8.1.2191
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
Sun, 13 Oct 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled v8.1.2145
Thu, 10 Oct 2019 22:00:03 +0200 Bram Moolenaar patch 8.1.2135: with modifyOtherKeys Alt-a does not work properly v8.1.2135
Thu, 10 Oct 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2134: modifier keys are not always recognized v8.1.2134
Sun, 06 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2120: some MB_ macros are more complicated than necessary v8.1.2120
Thu, 03 Oct 2019 22:45:03 +0200 Bram Moolenaar patch 8.1.2110: CTRL-C closes two popups instead of one v8.1.2110
Sat, 28 Sep 2019 15:30:03 +0200 Bram Moolenaar patch 8.1.2091: double free when memory allocation fails v8.1.2091
Wed, 18 Sep 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys() v8.1.2053
Tue, 17 Sep 2019 20:30:04 +0200 Bram Moolenaar patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggered v8.1.2048
Mon, 16 Sep 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.2046: SafeState may be triggered at the wrong moment v8.1.2046
Sun, 15 Sep 2019 21:15:03 +0200 Bram Moolenaar patch 8.1.2042: the evalfunc.c file is too big v8.1.2042
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Thu, 08 Aug 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.1827: allocating more memory than needed for extended structs v8.1.1827
Sat, 03 Aug 2019 16:30:06 +0200 Bram Moolenaar patch 8.1.1799: cannot avoid mapping for a popup window v8.1.1799
Sat, 03 Aug 2019 15:00:05 +0200 Bram Moolenaar patch 8.1.1798: warning for unused variable in tiny version v8.1.1798
Sat, 03 Aug 2019 14:30:05 +0200 Bram Moolenaar patch 8.1.1797: the vgetorpeek() function is too long v8.1.1797
Fri, 02 Aug 2019 23:00:07 +0200 Bram Moolenaar patch 8.1.1794: tests are flaky v8.1.1794
Fri, 02 Aug 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1792: the vgetorpeek() function is too long v8.1.1792
Thu, 01 Aug 2019 14:30:07 +0200 Bram Moolenaar patch 8.1.1785: map functionality mixed with character input v8.1.1785
Sat, 27 Jul 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.1759: no mode char for terminal mapping from maparg() v8.1.1759
Fri, 05 Jul 2019 23:30:06 +0200 Bram Moolenaar patch 8.1.1640: the CursorHold autocommand takes down a balloon v8.1.1640
Tue, 25 Jun 2019 06:30:09 +0200 Bram Moolenaar patch 8.1.1591: on error garbage collection may free memory in use v8.1.1591
Sat, 01 Jun 2019 17:15:06 +0200 Bram Moolenaar patch 8.1.1441: popup window filter not yet implemented v8.1.1441
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Wed, 22 May 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1365: source command doesn't check for the sandbox v8.1.1365
Sun, 19 May 2019 22:00:06 +0200 Bram Moolenaar patch 8.1.1358: cannot enter character with a CSI byte v8.1.1358
Sat, 04 May 2019 20:15:04 +0200 Bram Moolenaar patch 8.1.1269: MS-Windows GUI: multibyte chars with a 0x80 byte do not work v8.1.1269