log src/testdir/test_normal.vim @ 25252:acda780ffc3e v8.2.3162

age author description
Thu, 15 Jul 2021 13:00:06 +0200 Bram Moolenaar patch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
Mon, 31 May 2021 19:30:04 +0200 Bram Moolenaar patch 8.2.2916: operators are not fully tested v8.2.2916
Sun, 30 May 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.2914: cannot paste a block without adding padding v8.2.2914
Sat, 29 May 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.2904: "g$" causes scroll if half a double width char is visible v8.2.2904
Sat, 29 May 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.2901: some operators not fully tested v8.2.2901
Sat, 13 Mar 2021 13:15:03 +0100 Bram Moolenaar patch 8.2.2592: code coverage could be improved v8.2.2592
Tue, 26 Jan 2021 22:45:04 +0100 Bram Moolenaar patch 8.2.2415: no way to check for the cmdwin feature v8.2.2415
Wed, 07 Oct 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1810: some code in normal.c not covered by tests v8.2.1810
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
Fri, 04 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1593: tests do not check the error number properly v8.2.1593
Tue, 21 Jul 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1260: there is no good test for CursorHold v8.2.1260
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Wed, 24 Jun 2020 13:45:06 +0200 Bram Moolenaar patch 8.2.1046: insufficient tests for src/buffer.c v8.2.1046
Mon, 22 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1040: not enough testing for movement commands v8.2.1040
Sun, 14 Jun 2020 14:00:03 +0200 Bram Moolenaar patch 8.2.0976: some 'cpoptions' not tested v8.2.0976
Sat, 13 Jun 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.0968: no proper testing of the 'cpoptions' flags v8.2.0968
Sun, 03 May 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0686: formatoptions not sufficiently tested v8.2.0686
Tue, 28 Apr 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.0655: search code not sufficiently tested v8.2.0655
Sat, 11 Apr 2020 17:15:06 +0200 Bram Moolenaar patch 8.2.0540: regexp and other code not tested v8.2.0540
Mon, 06 Apr 2020 21:45:31 +0200 Bram Moolenaar patch 8.2.0522: several errors are not tested for v8.2.0522
Mon, 30 Mar 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0482: channel and sandbox code not sufficiently tested v8.2.0482
Sun, 22 Mar 2020 14:15:04 +0100 Bram Moolenaar patch 8.2.0425: code for modeless selection not sufficiently tested v8.2.0425
Fri, 20 Mar 2020 18:30:05 +0100 Bram Moolenaar patch 8.2.0418: code in eval.c not sufficiently covered by tests v8.2.0418
Tue, 10 Mar 2020 08:00:06 +0100 Bram Moolenaar patch 8.2.0369: various Normal mode commands not fully tested v8.2.0369
Sun, 08 Mar 2020 05:15:04 +0100 Bram Moolenaar patch 8.2.0363: some Normal mode commands not tested v8.2.0363
Fri, 21 Feb 2020 18:00:05 +0100 Bram Moolenaar patch 8.2.0293: various Ex commands not sufficiently tested v8.2.0293
Mon, 17 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0270: some code not covered by tests v8.2.0270
Sun, 16 Feb 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.0261: some code not covered by tests v8.2.0261
Sun, 01 Dec 2019 15:30:04 +0100 Bram Moolenaar patch 8.1.2373: cannot build with +popupwin but without +quickfix v8.1.2373
Fri, 29 Nov 2019 20:30:05 +0100 Bram Moolenaar patch 8.1.2358: tests fail on Cirrus CI for FreeBSD v8.1.2358
Thu, 28 Nov 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.2355: test with "man" fails on FreeBSD v8.1.2355
Mon, 28 Oct 2019 02:15:05 +0100 Bram Moolenaar patch 8.1.2231: not easy to move to the middle of a text line v8.1.2231
Mon, 28 Oct 2019 00:45:03 +0100 Bram Moolenaar patch 8.1.2230: MS-Windows: testing external commands can be improved v8.1.2230
Sat, 12 Oct 2019 16:15:03 +0200 Bram Moolenaar patch 8.1.2140: "gk" and "gj" do not work correctly in number column v8.1.2140
Tue, 24 Sep 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.2072: "gk" moves to start of line instead of upwards v8.1.2072
Wed, 14 Aug 2019 21:15:06 +0200 Bram Moolenaar patch 8.1.1846: inconsistently using GetVimCommand() and v:progpath v8.1.1846
Sun, 11 Aug 2019 23:00:07 +0200 Bram Moolenaar patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare v8.1.1838
Sat, 27 Jul 2019 19:00:05 +0200 Bram Moolenaar patch 8.1.1758: count of g$ not used correctly when text is not wrapped v8.1.1758
Mon, 24 Jun 2019 01:00:05 +0200 Bram Moolenaar patch 8.1.1585: :let-heredoc does not trim enough v8.1.1585
Mon, 20 May 2019 22:15:06 +0200 Bram Moolenaar patch 8.1.1362: code and data in tests can be hard to read v8.1.1362
Sat, 27 Apr 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1214: old style tests v8.1.1214
Mon, 25 Mar 2019 23:30:05 +0100 Bram Moolenaar patch 8.1.1052: test for CTRL-C message sometimes fails v8.1.1052
Mon, 25 Mar 2019 22:30:05 +0100 Bram Moolenaar patch 8.1.1049: when user tries to exit with CTRL-C message is confusing v8.1.1049
Thu, 24 Jan 2019 18:00:07 +0100 Bram Moolenaar patch 8.1.0811: too many #ifdefs v8.1.0811
Sat, 10 Nov 2018 16:15:05 +0100 Bram Moolenaar patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no name v8.1.0514
Mon, 03 Sep 2018 22:15:17 +0200 Christian Brabandt patch 8.1.0347: some tests fail on Solaris v8.1.0347
Fri, 24 Aug 2018 22:15:05 +0200 Christian Brabandt patch 8.1.0327: the "g CTRL-G" command isn't tested much v8.1.0327
Thu, 17 May 2018 17:15:08 +0200 Christian Brabandt Vim 8.1 release v8.1.0000
Tue, 13 Feb 2018 12:30:07 +0100 Christian Brabandt patch 8.0.1510: cannot test if a command causes a beep v8.0.1510
Mon, 12 Feb 2018 23:00:06 +0100 Christian Brabandt patch 8.0.1509: test for failing drag-n-drop command no longer fails v8.0.1509
Mon, 12 Feb 2018 22:15:05 +0100 Christian Brabandt patch 8.0.1508: the :drop command is not always available v8.0.1508
Wed, 20 Dec 2017 22:45:05 +0100 Christian Brabandt patch 8.0.1418: no test for expanding backticks v8.0.1418
Sun, 05 Nov 2017 21:00:04 +0100 Christian Brabandt patch 8.0.1271: still too many old style tests v8.0.1271
Thu, 02 Nov 2017 16:15:03 +0100 Christian Brabandt patch 8.0.1243: no test for what 8.0.1227 fixes v8.0.1243
Sun, 15 Oct 2017 22:15:04 +0200 Christian Brabandt patch 8.0.1200: tests switch the bell off twice v8.0.1200
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Sun, 10 Sep 2017 18:30:05 +0200 Christian Brabandt patch 8.0.1090: cannot get the text under the cursor like v:beval_text v8.0.1090
Sun, 09 Apr 2017 15:00:03 +0200 Christian Brabandt patch 8.0.0555: toupper/tolower test fails on OSX without Darwin v8.0.0555
Sun, 09 Apr 2017 13:45:03 +0200 Christian Brabandt patch 8.0.0554: toupper and tolower don't work properly for Turkish v8.0.0554