log src/testdir/test_normal.vim @ 29369:b1f345ec827e v9.0.0027

age author description
Sat, 02 Jul 2022 17:30:02 +0200 Bram Moolenaar patch 9.0.0027: the command line test is getting quite big v9.0.0027
Thu, 16 Jun 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode v8.2.5109
Sat, 28 May 2022 12:00:03 +0200 Bram Moolenaar patch 8.2.5035: when splitting a window the changelist position moves v8.2.5035
Sun, 03 Apr 2022 14:00:03 +0200 Bram Moolenaar patch 8.2.4672: using :normal with Ex mode may make :substitute hang v8.2.4672
Sat, 12 Feb 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4361: Vim9: some tests fail v8.2.4361
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, 27 Jan 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4228: no tests for clicking in the GUI tabline v8.2.4228
Mon, 03 Jan 2022 12:30:03 +0100 Bram Moolenaar patch 8.2.3990: testing wrong operator v8.2.3990
Sun, 02 Jan 2022 14:15:03 +0100 Bram Moolenaar patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changed v8.2.3980
Sat, 01 Jan 2022 16:00:03 +0100 Bram Moolenaar patch 8.2.3969: value of MAXCOL not available in Vim script v8.2.3969
Sun, 26 Dec 2021 16:15:04 +0100 Bram Moolenaar patch 8.2.3903: "gM" does not count tabs as expected v8.2.3903
Sun, 26 Dec 2021 12:00:04 +0100 Bram Moolenaar patch 8.2.3900: it is not easy to use a script-local function for an option v8.2.3900
Fri, 24 Dec 2021 22:00:03 +0100 Bram Moolenaar patch 8.2.3889: duplicate code for translating script-local function name v8.2.3889
Fri, 17 Dec 2021 17:30:04 +0100 Bram Moolenaar patch 8.2.3838: cannot use script-local function for setting *func options v8.2.3838
Mon, 13 Dec 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.3795: too many #ifdefs v8.2.3795
Sun, 12 Dec 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.3792: setting *func options insufficiently tested v8.2.3792
Sun, 12 Dec 2021 17:30:04 +0100 Bram Moolenaar patch 8.2.3788: lambda for option that is a function may be freed v8.2.3788
Wed, 08 Dec 2021 12:00:05 +0100 Bram Moolenaar patch 8.2.3758: options that take a function insufficiently tested v8.2.3758
Wed, 24 Nov 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3659: integer overflow with large line number v8.2.3659
Mon, 22 Nov 2021 15:30:08 +0100 Bram Moolenaar patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redone v8.2.3644
Sun, 21 Nov 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.3637: typos in test files v8.2.3637
Thu, 18 Nov 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.3619: cannot use a lambda for 'operatorfunc' v8.2.3619
Thu, 04 Nov 2021 14:30:03 +0100 Bram Moolenaar patch 8.2.3580: gj does not move properly with a wide character v8.2.3580
Mon, 25 Oct 2021 18:15:03 +0200 Bram Moolenaar patch 8.2.3564: invalid memory access when scrolling without valid screen v8.2.3564
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
Sat, 08 Apr 2017 19:45:04 +0200 Christian Brabandt patch 8.0.0553: toupper/tolower test fails on Mac v8.0.0553
Sat, 08 Apr 2017 19:15:03 +0200 Christian Brabandt patch 8.0.0552: toupper and tolower don't work properly for Turkish v8.0.0552
Fri, 07 Apr 2017 20:15:04 +0200 Christian Brabandt patch 8.0.0549: no test for the 8g8 command v8.0.0549
Wed, 29 Mar 2017 20:00:05 +0200 Christian Brabandt patch 8.0.0523: dv} deletes part of a multi-byte character. v8.0.0523
Wed, 29 Mar 2017 13:15:05 +0200 Christian Brabandt patch 8.0.0516: a large count on a normal command causes trouble v8.0.0516
Wed, 08 Mar 2017 23:00:06 +0100 Christian Brabandt patch 8.0.0433: beeps when running tests v8.0.0433
Wed, 01 Feb 2017 22:45:04 +0100 Christian Brabandt patch 8.0.0293: some tests have a one or three second wait v8.0.0293
Sat, 14 Jan 2017 14:30:04 +0100 Christian Brabandt patch 8.0.0179: cannot have a local value for 'formatprg' v8.0.0179
Sat, 05 Nov 2016 22:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/4a08b0dc4dd70334056fc1bf069b5e938f2ed7d5 v8.0.0066
Sat, 05 Nov 2016 20:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/eb828d01d9c91791fa1fe217ba651cdc25746d1b v8.0.0064
Fri, 04 Nov 2016 21:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/426f3754223c8ff8a1bc51d6ba1eba11e8982ebc v8.0.0060
Fri, 09 Sep 2016 17:00:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2931f2a5df0d962032d41060af84d9fd2cb35c9f v7.4.2353
Thu, 08 Sep 2016 23:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c4a908e83690844b0d3a46124ba6af7d23485d69 v7.4.2347
Tue, 06 Sep 2016 20:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/df0db16cf74281a83a9ea3388a2ef9aedccd013c v7.4.2336
Mon, 05 Sep 2016 23:00:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/31845093b7f1b33e0c7e9e592bef65528674a1f2 v7.4.2333
Sun, 04 Sep 2016 15:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/d77f9d595eb5f301b39b4373f2900a13c0ca30e2 v7.4.2323
Sun, 04 Sep 2016 14:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/bc54f3f3fed4dc3556df8c46cee6739d211b0eb2 v7.4.2322
Sat, 03 Sep 2016 19:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/0913a1089a07ac7b17abc3a1343dfa7cd25613f4 v7.4.2317
Sat, 03 Sep 2016 17:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/87bc3f74598ae8c648957e5755000cc6cdbc89ce v7.4.2315