log src/testdir/test_visual.vim @ 35140:9ba95f736abb default tip

age author description
Wed, 08 May 2024 22:30:03 +0200 Christian Brabandt patch 9.1.0399: block_editing errors out when using del v9.1.0399
Tue, 07 May 2024 21:00:04 +0200 Christian Brabandt patch 9.1.0394: Cannot get a list of positions describing a region v9.1.0394
Thu, 02 May 2024 13:15:17 +0200 Christian Brabandt patch 9.1.0388: cursor() and getregion() don't handle v:maxcol well v9.1.0388
Thu, 28 Mar 2024 11:45:02 +0100 Christian Brabandt patch 9.1.0220: Few typos in source and test files v9.1.0220
Mon, 11 Mar 2024 21:45:03 +0100 Christian Brabandt patch 9.1.0166: Internal error with blockwise getregion() in another buffer v9.1.0166
Sun, 10 Mar 2024 16:00:02 +0100 Christian Brabandt patch 9.1.0164: Internal error when passing invalid position to getregion() v9.1.0164
Wed, 06 Mar 2024 21:45:03 +0100 Christian Brabandt patch 9.1.0155: can only get getregion() from current buffer v9.1.0155
Thu, 29 Feb 2024 17:45:03 +0100 Christian Brabandt patch 9.1.0144: getregion() needs more tests v9.1.0144
Wed, 28 Feb 2024 23:00:03 +0100 Christian Brabandt patch 9.1.0142: getregion() can be improved v9.1.0142
Thu, 22 Feb 2024 20:00:05 +0100 Christian Brabandt patch 9.1.0126: Internal error when using upper-case mark in getregion() v9.1.0126
Wed, 21 Feb 2024 00:15:02 +0100 Christian Brabandt patch 9.1.0120: hard to get visual region using Vim script v9.1.0120
Tue, 13 Feb 2024 20:45:05 +0100 Christian Brabandt patch 9.1.0105: Style: typos found v9.1.0105
Mon, 12 Feb 2024 22:45:02 +0100 Christian Brabandt patch 9.1.0101: upper-case of German sharp s should be U+1E9E v9.1.0101
Mon, 22 Jan 2024 20:30:05 +0100 Christian Brabandt patch 9.1.0043: ml_get: invalid lnum when :s replaces visual selection v9.1.0043
Tue, 19 Dec 2023 20:30:09 +0100 Christian Brabandt patch 9.0.2177: Wrong cursor position when dragging out of window v9.0.2177
Tue, 19 Sep 2023 21:00:03 +0200 Christian Brabandt patch 9.0.1915: r_CTRL-C works differently in visual mode v9.0.1915
Sun, 20 Aug 2023 18:15:05 +0200 Christian Brabandt patch 9.0.1759: Visual highlight not working with cursor at end of screen line v9.0.1759
Mon, 20 Feb 2023 15:45:03 +0100 Bram Moolenaar patch 9.0.1331: illegal memory access when using :ball in Visual mode v9.0.1331
Wed, 01 Feb 2023 18:45:04 +0100 Bram Moolenaar patch 9.0.1273: "1v" may select block with wrong size v9.0.1273
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
Tue, 10 Jan 2023 18:30:04 +0100 Bram Moolenaar patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short v9.0.1172
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Sat, 15 Oct 2022 22:45:02 +0200 Bram Moolenaar patch 9.0.0768: too many delete() calls in tests v9.0.0768
Sat, 15 Oct 2022 20:15:05 +0200 Bram Moolenaar patch 9.0.0765: with a Visual block a put command column may go negative v9.0.0765
Sun, 09 Oct 2022 12:45:05 +0200 Bram Moolenaar patch 9.0.0702: incomplete testing cursor position with 'linebreak' set v9.0.0702
Sat, 08 Oct 2022 17:45:04 +0200 Bram Moolenaar patch 9.0.0697: cursor in wrong position with Visual substitute v9.0.0697
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
Sat, 13 Aug 2022 15:15:03 +0200 Bram Moolenaar patch 9.0.0198: ml_get error when switching buffer in Visual mode v9.0.0198
Fri, 01 Jul 2022 16:30:03 +0200 Bram Moolenaar patch 9.0.0017: accessing memory beyond the end of the line v9.0.0017
Mon, 16 May 2022 20:45:03 +0200 Bram Moolenaar patch 8.2.4969: changing text in Visual mode may cause invalid memory access v8.2.4969
Fri, 06 May 2022 13:00:03 +0200 Bram Moolenaar patch 8.2.4881: "P" in Visual mode still changes some registers v8.2.4881
Mon, 07 Feb 2022 11:45:03 +0100 Bram Moolenaar patch 8.2.4315: put in Visual mode not fully tested v8.2.4315
Fri, 28 Jan 2022 17:15:03 +0100 Bram Moolenaar patch 8.2.4242: put in Visual mode cannot be repeated v8.2.4242
Tue, 25 Jan 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4219: reading before the start of the line v8.2.4219
Tue, 25 Jan 2022 19:30:04 +0100 Bram Moolenaar patch 8.2.4217: illegal memory access when undo makes Visual area invalid v8.2.4217
Tue, 25 Jan 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.4215: illegal memory access when copying lines in Visual mode v8.2.4215
Thu, 20 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4154: ml_get error when exchanging windows in Visual mode v8.2.4154
Thu, 20 Jan 2022 13:15:04 +0100 Bram Moolenaar patch 8.2.4151: reading beyond the end of a line v8.2.4151
Mon, 17 Jan 2022 19:00:05 +0100 Bram Moolenaar patch 8.2.4121: Visual test fails on MS-Windows v8.2.4121
Mon, 17 Jan 2022 18:45:03 +0100 Bram Moolenaar patch 8.2.4120: block insert goes over the end of the line v8.2.4120
Thu, 16 Dec 2021 11:15:03 +0100 Bram Moolenaar patch 8.2.3823: test for visual replace is in wrong function v8.2.3823
Wed, 15 Dec 2021 22:15:18 +0100 Bram Moolenaar patch 8.2.3820: "vrc" does not replace composing characters v8.2.3820
Wed, 17 Nov 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.3611: crash when using CTRL-W f without finding a file name v8.2.3611
Mon, 11 Oct 2021 16:45:04 +0200 Bram Moolenaar patch 8.2.3494: illegal memory access in utf_head_off v8.2.3494
Sun, 04 Jul 2021 12:45:03 +0200 Bram Moolenaar patch 8.2.3096: temp files remain after running tests v8.2.3096
Sat, 03 Jul 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrong v8.2.3095
Sat, 03 Jul 2021 15:15:03 +0200 Bram Moolenaar patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrong v8.2.3088
Tue, 29 Jun 2021 19:00:05 +0200 Bram Moolenaar patch 8.2.3073: when cursor is move for block append wrong text is inserted v8.2.3073
Mon, 28 Jun 2021 22:00:05 +0200 Bram Moolenaar patch 8.2.3072: "zy" does not work well when "virtualedit' is "block" v8.2.3072
Thu, 10 Jun 2021 19:45:02 +0200 Bram Moolenaar patch 8.2.2971: cannot yank a block without trailing spaces v8.2.2971
Sat, 05 Jun 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.2945: some buffer related code is not tested v8.2.2945
Fri, 04 Jun 2021 22:00:05 +0200 Bram Moolenaar patch 8.2.2938: after using motion force from feedkeys() it sticks v8.2.2938
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 16:45:03 +0200 Bram Moolenaar patch 8.2.2901: some operators not fully tested v8.2.2901
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
Sat, 22 Aug 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1511: putting a string in Visual block mode ignores multi-byte v8.2.1511
Sat, 20 Jun 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1022: various parts of code not covered by tests v8.2.1022
Tue, 28 Apr 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.0655: search code not sufficiently tested v8.2.0655