log src/testdir/test_normal.vim @ 32905:2ad6e8515a78 v9.0.1761

age author description
Sun, 20 Aug 2023 18:30:06 +0200 Christian Brabandt patch 9.0.1761: g<kEnd> behaves different from g<end> v9.0.1761
Sat, 19 Aug 2023 16:00:08 +0200 Christian Brabandt patch 9.0.1753: can't move to last non-blank char v9.0.1753
Sat, 19 Aug 2023 13:15:05 +0200 Christian Brabandt patch 9.0.1742: wrong curswant when clicking on second cell of double-width char v9.0.1742
Thu, 17 Aug 2023 22:45:04 +0200 Christian Brabandt patch 9.0.1725: cursor pos wrong after concealed text with 'virtualedit' v9.0.1725
Sun, 13 Aug 2023 18:15:05 +0200 Christian Brabandt patch 9.0.1705: cursor position wrong when clicking on an unprintable char v9.0.1705
Sat, 12 Aug 2023 00:15:03 +0200 Christian Brabandt patch 9.0.1693: Ctrl-Q not handled like Ctrl-V in replace mode v9.0.1693
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
Tue, 09 May 2023 17:15:03 +0200 Bram Moolenaar patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff" v9.0.1530
Sun, 07 May 2023 18:45:05 +0200 Bram Moolenaar patch 9.0.1521: failing redo of command with control characters v9.0.1521
Mon, 06 Mar 2023 09:15:05 +0100 Bram Moolenaar patch 9.0.1386: options test fails with some window width v9.0.1386
Sun, 05 Mar 2023 22:30:03 +0100 Bram Moolenaar patch 9.0.1385: g'Esc is considered an error v9.0.1385
Sun, 26 Feb 2023 16:00:05 +0100 Bram Moolenaar patch 9.0.1356: cannot cancel "gr" with Esc v9.0.1356
Sat, 28 Jan 2023 20:30:04 +0100 Bram Moolenaar patch 9.0.1257: code style is not check in test scripts v9.0.1257
Wed, 25 Jan 2023 16:45:03 +0100 Bram Moolenaar patch 9.0.1243: :setglobal cannot use script-local function for "expr" option v9.0.1243
Thu, 08 Dec 2022 10:45:04 +0100 Bram Moolenaar patch 9.0.1028: mouse shape test is flaky, especially on Mac OS v9.0.1028
Sat, 26 Nov 2022 20:30:03 +0100 Bram Moolenaar patch 9.0.0954: cannot detect whether modifyOtherKeys is enabled v9.0.0954
Tue, 15 Nov 2022 15:00:06 +0100 Bram Moolenaar patch 9.0.0884: mouse shape remains in op-pending mode after failed change v9.0.0884
Thu, 13 Oct 2022 21:30:03 +0200 Bram Moolenaar patch 9.0.0745: wrong cursor position when using "gj" and "gk" in a long line v9.0.0745
Wed, 12 Oct 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0735: breakindent and scrolloff tests fail v9.0.0735
Thu, 29 Sep 2022 22:45:04 +0200 Bram Moolenaar patch 9.0.0626: too many delete() calls in tests v9.0.0626
Fri, 02 Sep 2022 23:00:04 +0200 Bram Moolenaar patch 9.0.0363: common names in test files causes tests to be flaky v9.0.0363
Wed, 06 Jul 2022 14:00:05 +0200 Bram Moolenaar patch 9.0.0043: insufficient testing for bracket commands v9.0.0043
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