summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cursor_func.vim
AgeCommit message (Expand)Author
2022-05-27patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034Bram Moolenaar
2022-04-11patch 8.2.4734: getcharpos() may change a mark positionv8.2.4734Bram Moolenaar
2022-02-15patch 8.2.4389: screenpos() does not handle a position in a closed foldv8.2.4389Bram Moolenaar
2022-01-24patch 8.2.4204: screenpos() has non-zero row for invisible textv8.2.4204Bram Moolenaar
2022-01-01patch 8.2.3969: value of MAXCOL not available in Vim scriptv8.2.3969naohiro ono
2021-07-21patch 8.2.3193: screenpos() is wrong when 'display' is "lastline"v8.2.3193Bram Moolenaar
2021-01-16patch 8.2.2363: curpos() does not accept a string argument as beforev8.2.2363Bram Moolenaar
2021-01-13patch 8.2.2342: "char" functions may return wrong column in Insert modev8.2.2342Bram Moolenaar
2021-01-10patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar
2020-12-21patch 8.2.2184: Vim9: no error when using "2" for a line numberv8.2.2184Bram Moolenaar
2020-12-17patch 8.2.2152: screenpos() does not include the WinBar offsetv8.2.2152Bram Moolenaar
2020-06-22patch 8.2.1040: not enough testing for movement commandsv8.2.1040Bram Moolenaar
2020-04-25patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar
2020-04-20patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar
2019-10-27patch 8.1.2228: screenpos() returns wrong values when 'number' is setv8.1.2228Bram Moolenaar
2019-09-08patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar
2019-09-06patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar
2019-09-06patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar
2019-08-23patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar
2019-07-07patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar
2019-05-16patch 8.1.1336: some eval functionality is not covered by testsv8.1.1336Bram Moolenaar
2019-01-15patch 8.1.0754: preferred column is lost when setting 'cursorcolumn'v8.1.0754Bram Moolenaar
2017-03-18patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errorsv8.0.0478Bram Moolenaar
2017-03-09patch 8.0.0440: not enough test coverage in Insert modev8.0.0440Bram Moolenaar
2016-05-25patch 7.4.1844v7.4.1844Bram Moolenaar
2016-02-10patch 7.4.1300v7.4.1300Bram Moolenaar
2016-01-15Add missing test file.Bram Moolenaar