log src/testdir/test_registers.vim @ 35112:51e50414b5ee 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
Mon, 15 Apr 2024 19:15:02 +0200 Christian Brabandt patch 9.1.0332: tests: some assert_equal() calls have wrong order of args v9.1.0332
Fri, 29 Mar 2024 10:15:08 +0100 Christian Brabandt patch 9.1.0227: Recording may still be wrong in Select mode v9.1.0227
Sun, 28 Jan 2024 19:15:03 +0100 Christian Brabandt patch 9.1.0060: Recorded register cannot be translated using keytrans() v9.1.0060
Fri, 12 Jan 2024 18:00:03 +0100 Christian Brabandt patch 9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace mode v9.1.0021
Fri, 05 Jan 2024 18:30:04 +0100 Christian Brabandt patch 9.1.0015: i_CTRL-R- no longer works in replace mode v9.1.0015
Tue, 19 Dec 2023 20:45:03 +0100 Christian Brabandt patch 9.0.2178: reg_executing() wrong for :normal with range v9.0.2178
Sat, 12 Aug 2023 00:15:04 +0200 Christian Brabandt patch 9.0.1694: wrong mapping applied when replaying a char search v9.0.1694
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
Thu, 01 Jun 2023 14:00:05 +0200 Bram Moolenaar patch 9.0.1596: :registers command does not work in sandbox v9.0.1596
Tue, 09 May 2023 18:15:03 +0200 Bram Moolenaar patch 9.0.1531: crash when register contents ends up being invalid v9.0.1531
Thu, 24 Nov 2022 12:45:03 +0100 Bram Moolenaar patch 9.0.0936: wrong type for "isunnamed" returned by getreginfo() v9.0.0936
Tue, 26 Jul 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0078: star register is unexpectedly changed when deleting v9.0.0078
Sat, 09 Apr 2022 19:00:02 +0200 Bram Moolenaar patch 8.2.4722: ending recording with mapping records too much v8.2.4722
Thu, 07 Apr 2022 15:00:05 +0200 Bram Moolenaar patch 8.2.4705: jump list marker disappears v8.2.4705
Fri, 28 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4237: record buffer wrong if character in Select mode was not typed v8.2.4237
Thu, 27 Jan 2022 20:30:07 +0100 Bram Moolenaar patch 8.2.4233: crash when recording and using Select mode v8.2.4233
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
Tue, 14 Sep 2021 19:00:05 +0200 Bram Moolenaar patch 8.2.3439: deleted lines go to wrong yank register v8.2.3439
Tue, 25 May 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.2886: various pieces of code not covered by tests v8.2.2886
Mon, 15 Mar 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.2608: character input not fully tested v8.2.2608
Wed, 23 Dec 2020 13:00:04 +0100 Bram Moolenaar patch 8.2.2197: assert arguments order reversed v8.2.2197
Tue, 22 Dec 2020 18:00:03 +0100 Bram Moolenaar patch 8.2.2189: cannot repeat a command that uses the small delete register v8.2.2189
Sun, 04 Oct 2020 16:30:03 +0200 Bram Moolenaar patch 8.2.1799: some Normal mode commands not fully tested v8.2.1799
Fri, 02 Oct 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.1786: various Normal mode commands not fully tested v8.2.1786
Wed, 12 Aug 2020 19:00:08 +0200 Bram Moolenaar patch 8.2.1432: various inconsistencies in test files v8.2.1432
Fri, 10 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1174: no test for the "recording @x" message v8.2.1174
Fri, 10 Jul 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all" v8.2.1170
Mon, 22 Jun 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1039: cannot put NUL byte on clipboard v8.2.1039
Mon, 22 Jun 2020 19:15:06 +0200 Bram Moolenaar patch 8.2.1035: setreg() does not always clear the register v8.2.1035
Wed, 17 Jun 2020 22:00:05 +0200 Bram Moolenaar patch 8.2.0997: cannot execute a register containing line continuation v8.2.0997
Sun, 07 Jun 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.0929: v:register is not cleared after an operator was executed v8.2.0929
Sun, 07 Jun 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.0924: cannot save and restore a register properly v8.2.0924
Sun, 26 Apr 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0644: insufficient testing for invalid function arguments
Wed, 25 Mar 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0448: various functions not properly tested v8.2.0448
Tue, 10 Mar 2020 08:00:06 +0100 Bram Moolenaar patch 8.2.0369: various Normal mode commands not fully tested v8.2.0369
Mon, 17 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0270: some code not covered by tests v8.2.0270
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Mon, 02 Dec 2019 20:45:03 +0100 Bram Moolenaar patch 8.1.2381: not all register related code is covered by tests v8.1.2381
Sun, 01 Dec 2019 18:30:03 +0100 Bram Moolenaar patch 8.1.2375: no suffucient testing for registers v8.1.2375
Sat, 30 Nov 2019 20:00:03 +0100 Bram Moolenaar patch 8.1.2367: registers are not sufficiently tested v8.1.2367
Thu, 24 Oct 2019 20:30:03 +0200 Bram Moolenaar patch 8.1.2212: cannot see the selection type in :reg output v8.1.2212
Sat, 25 May 2019 22:00:06 +0200 Bram Moolenaar patch 8.1.1394: not restoring t_F2 in registers test v8.1.1394
Sun, 21 Apr 2019 00:00:04 +0200 Bram Moolenaar patch 8.1.1193: typos and small problems in test files v8.1.1193
Mon, 11 Mar 2019 08:15:11 +0100 Bram Moolenaar patch 8.1.1005: test fails because t_F2 is not set v8.1.1005
Sun, 10 Mar 2019 09:45:10 +0100 Bram Moolenaar patch 8.1.1003: playing back recorded key sequence mistakes key code v8.1.1003
Fri, 08 Mar 2019 10:00:07 +0100 Bram Moolenaar patch 8.1.0999: use register one too often and not properly tested v8.1.0999
Sun, 06 May 2018 17:45:06 +0200 Christian Brabandt patch 8.0.1799: no test for :registers command v8.0.1799
Sun, 16 Jul 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0724: the message for yanking doesn't indicate the register v8.0.0724