log src/testdir/test_cursor_func.vim @ 35122:739aaccbca74 default tip

age author description
Tue, 12 Dec 2023 17:00:08 +0100 Christian Brabandt patch 9.0.2159: screenpos() may crash with neg. column v9.0.2159
Sat, 14 Oct 2023 11:45:04 +0200 Christian Brabandt patch 9.0.2022: getmousepos() returns wrong index for TAB char v9.0.2022
Thu, 17 Aug 2023 23:15:02 +0200 Christian Brabandt patch 9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n v9.0.1729
Thu, 17 Aug 2023 23:00:06 +0200 Christian Brabandt patch 9.0.1728: missing winid argument for virtcol() v9.0.1728
Tue, 15 Aug 2023 23:15:03 +0200 Christian Brabandt patch 9.0.1717: virtcol2col returns last byte of a multi-byte char v9.0.1717
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
Sun, 04 Jun 2023 20:30:04 +0200 Bram Moolenaar patch 9.0.1607: screenpos() returns wrong row with diff filler lines v9.0.1607
Sat, 03 Jun 2023 18:15:05 +0200 Bram Moolenaar patch 9.0.1600: screenpos() does not take w_skipcol into account v9.0.1600
Sun, 18 Dec 2022 13:30:05 +0100 Bram Moolenaar patch 9.0.1072: screenpos() column result in fold may be too small v9.0.1072
Mon, 05 Dec 2022 23:30:04 +0100 Bram Moolenaar patch 9.0.1016: screenpos() does not count filler lines for diff mode v9.0.1016
Mon, 05 Dec 2022 17:30:06 +0100 Bram Moolenaar patch 9.0.1011: ml_get error when using screenpos() v9.0.1011
Sat, 12 Nov 2022 17:15:03 +0100 Bram Moolenaar patch 9.0.0863: col() and charcol() only work for the current window v9.0.0863
Mon, 10 Oct 2022 13:45:03 +0200 Bram Moolenaar patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnum v9.0.0712
Fri, 27 May 2022 23:00:03 +0200 Bram Moolenaar patch 8.2.5034: there is no way to get the byte index from a virtual column v8.2.5034
Mon, 11 Apr 2022 14:15:04 +0200 Bram Moolenaar patch 8.2.4734: getcharpos() may change a mark position v8.2.4734
Tue, 15 Feb 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4389: screenpos() does not handle a position in a closed fold v8.2.4389
Mon, 24 Jan 2022 17:30:05 +0100 Bram Moolenaar patch 8.2.4204: screenpos() has non-zero row for invisible text v8.2.4204
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
Wed, 21 Jul 2021 18:15:05 +0200 Bram Moolenaar patch 8.2.3193: screenpos() is wrong when 'display' is "lastline" v8.2.3193
Sat, 16 Jan 2021 17:00:03 +0100 Bram Moolenaar patch 8.2.2363: curpos() does not accept a string argument as before v8.2.2363
Wed, 13 Jan 2021 20:15:04 +0100 Bram Moolenaar patch 8.2.2342: "char" functions may return wrong column in Insert mode v8.2.2342
Sun, 10 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2324: not easy to get mark en cursor posotion by character count v8.2.2324
Mon, 21 Dec 2020 22:00:03 +0100 Bram Moolenaar patch 8.2.2184: Vim9: no error when using "2" for a line number v8.2.2184
Thu, 17 Dec 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.2152: screenpos() does not include the WinBar offset v8.2.2152
Mon, 22 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1040: not enough testing for movement commands v8.2.1040
Sat, 25 Apr 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.0634: crash with null partial and blob v8.2.0634
Mon, 20 Apr 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.0610: some tests are still old style v8.2.0610
Sun, 27 Oct 2019 21:45:03 +0100 Bram Moolenaar patch 8.1.2228: screenpos() returns wrong values when 'number' is set v8.1.2228
Sun, 08 Sep 2019 22:00:04 +0200 Bram Moolenaar patch 8.1.2013: more functions can be used as methods v8.1.2013
Fri, 06 Sep 2019 23:00:03 +0200 Bram Moolenaar patch 8.1.1996: more functions can be used as methods v8.1.1996
Fri, 06 Sep 2019 21:45:04 +0200 Bram Moolenaar patch 8.1.1993: more functions can be used as methods v8.1.1993
Fri, 23 Aug 2019 22:45:04 +0200 Bram Moolenaar patch 8.1.1915: more functions can be used as methods v8.1.1915
Sun, 07 Jul 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1645: cannot use a popup window for a balloon v8.1.1645
Thu, 16 May 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1336: some eval functionality is not covered by tests v8.1.1336
Tue, 15 Jan 2019 21:15:05 +0100 Bram Moolenaar patch 8.1.0754: preferred column is lost when setting 'cursorcolumn' v8.1.0754
Sat, 18 Mar 2017 20:30:04 +0100 Christian Brabandt patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errors v8.0.0478
Thu, 09 Mar 2017 18:30:07 +0100 Christian Brabandt patch 8.0.0440: not enough test coverage in Insert mode v8.0.0440
Wed, 25 May 2016 21:30:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8e8df251bf2505e5decf258397c6069fbe5e2e01 v7.4.1844
Wed, 10 Feb 2016 22:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2ab375e54ef4eac438d1aef8b99d9e71f2fa0c63 v7.4.1300
Fri, 15 Jan 2016 16:00:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/5a46a58eb6e50cb5204909cc2202e3400761263f