log src/testdir/test_mapping.vim @ 35162:860a5fb8eaf2 default tip

age author description
Mon, 22 Apr 2024 21:15:07 +0200 Christian Brabandt patch 9.1.0365: Crash when typing many keys with D- modifier v9.1.0365
Thu, 18 Apr 2024 22:15:04 +0200 Christian Brabandt patch 9.1.0351: No test that completing a partial mapping clears 'showcmd' v9.1.0351
Wed, 17 Apr 2024 21:45:06 +0200 Christian Brabandt patch 9.1.0343: 'showcmd' wrong for partial mapping with multibyte v9.1.0343
Tue, 13 Feb 2024 20:45:05 +0100 Christian Brabandt patch 9.1.0105: Style: typos found v9.1.0105
Thu, 25 Jan 2024 23:00:03 +0100 Christian Brabandt patch 9.1.0058: Cannot map Super Keys in GTK UI v9.1.0058
Thu, 10 Aug 2023 06:30:06 +0200 Christian Brabandt Updated runtime files v9.0.1683
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
Sat, 06 May 2023 17:30:03 +0200 Bram Moolenaar patch 9.0.1516: cannot use special keys in <Cmd> mapping v9.0.1516
Sun, 16 Apr 2023 18:30:03 +0200 Bram Moolenaar patch 9.0.1457: no regression test for what patch 9.0.1333 fixes v9.0.1457
Sun, 19 Feb 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1329: completion of map includes simplified ones v9.0.1329
Sun, 27 Nov 2022 14:00:05 +0100 Bram Moolenaar patch 9.0.0956: terminal tests fail when using key with modifier v9.0.0956
Sat, 26 Nov 2022 20:30:03 +0100 Bram Moolenaar patch 9.0.0954: cannot detect whether modifyOtherKeys is enabled v9.0.0954
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, 02 Nov 2022 11:18:54 +0100 Bram Moolenaar patch 9.0.0824: crash when using win_move_separator() in other tab page v9.0.0824
Wed, 02 Nov 2022 11:18:52 +0100 Bram Moolenaar patch 9.0.0822: crash when dragging the statusline with a mapping v9.0.0822
Wed, 19 Oct 2022 16:00:03 +0200 Bram Moolenaar patch 9.0.0796: mapping test fails in some situations v9.0.0796
Thu, 29 Sep 2022 22:45:04 +0200 Bram Moolenaar patch 9.0.0626: too many delete() calls in tests v9.0.0626
Mon, 05 Sep 2022 18:00:05 +0200 Bram Moolenaar patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context v9.0.0387
Fri, 01 Jul 2022 17:45:02 +0200 Bram Moolenaar patch 9.0.0018: going over the end of the typahead v9.0.0018
Mon, 06 Jun 2022 17:30:03 +0200 Bram Moolenaar patch 8.2.5064: no test for what 8.1.0052 fixes v8.2.5064
Mon, 09 May 2022 13:30:03 +0200 Bram Moolenaar patch 8.2.4924: maparg() may return a string that cannot be reused v8.2.4924
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
Tue, 03 May 2022 00:00:04 +0200 Bram Moolenaar patch 8.2.4858: K_SPECIAL may be escaped twice v8.2.4858
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
Sun, 24 Apr 2022 18:15:02 +0200 Bram Moolenaar patch 8.2.4819: unmapping simplified keys also deletes other mapping v8.2.4819
Sun, 24 Apr 2022 17:00:04 +0200 Bram Moolenaar patch 8.2.4818: no test for what 8.2.4806 fixes v8.2.4818
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
Thu, 03 Mar 2022 15:00:03 +0100 Bram Moolenaar patch 8.2.4498: using <Plug> with "noremap" does not work v8.2.4498
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
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
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Thu, 20 Jan 2022 12:30:06 +0100 Bram Moolenaar patch 8.2.4149: test override not restored, autocommand left behind v8.2.4149
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 21:45:02 +0100 Bram Moolenaar patch 8.2.4139: using freed memory in expression abbreviation v8.2.4139
Sun, 16 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing command v8.2.4113
Sun, 16 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4107: script context not restored after using <ScriptCmd> v8.2.4107
Thu, 13 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4078: terminal test for current directory not used on FreeBSD v8.2.4078
Fri, 24 Dec 2021 21:00:02 +0100 Bram Moolenaar patch 8.2.3887: E1135 is used for two different errors v8.2.3887
Sat, 16 Oct 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.3518: Test_xrestore sometimes fails v8.2.3518
Sun, 13 Jun 2021 22:00:04 +0200 Bram Moolenaar patch 8.2.2994: various code is not fully tested v8.2.2994
Fri, 30 Apr 2021 19:45:04 +0200 Bram Moolenaar patch 8.2.2819: finishing an abbreviation with multi-byte char may not work v8.2.2819
Tue, 06 Apr 2021 20:30:05 +0200 Bram Moolenaar patch 8.2.2728: special key names don't work if 'isident' is cleared v8.2.2728
Mon, 22 Mar 2021 19:45:04 +0100 Bram Moolenaar patch 8.2.2643: various code not covered by tests v8.2.2643
Wed, 17 Mar 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.2613: new test throws exception v8.2.2613
Wed, 17 Mar 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.2612: col('.') may get outdated column value v8.2.2612
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
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, 28 Oct 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution v8.2.1919
Wed, 12 Aug 2020 19:00:08 +0200 Bram Moolenaar patch 8.2.1432: various inconsistencies in test files v8.2.1432
Sun, 31 May 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.0867: using {xxx} for encoding a modifier is not nice v8.2.0867
Sat, 30 May 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0855: GUI tests fail because the test doesn't use a modifier v8.2.0855
Wed, 08 Apr 2020 22:00:05 +0200 Bram Moolenaar patch 8.2.0533: tests using term_wait() can still be flaky v8.2.0533
Sun, 16 Feb 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.0261: some code not covered by tests v8.2.0261
Tue, 11 Feb 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0243: insufficient code coverage for ex_docmd.c functions v8.2.0243
Fri, 24 Jan 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.0148: mapping related function in wrong source file v8.2.0148
Thu, 23 Jan 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0144: some mapping code is not fully tested v8.2.0144
Mon, 20 Jan 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0134: some map functionality not covered by tests v8.2.0134
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