summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cursor_func.vim
AgeCommit message (Expand)Author
2023-12-12patch 9.0.2159: screenpos() may crash with neg. columnv9.0.2159zeertzjq
2023-10-14patch 9.0.2022: getmousepos() returns wrong index for TAB charv9.0.2022zeertzjq
2023-08-17patch 9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=nv9.0.1729zeertzjq
2023-08-17patch 9.0.1728: missing winid argument for virtcol()v9.0.1728zeertzjq
2023-08-15patch 9.0.1717: virtcol2col returns last byte of a multi-byte charv9.0.1717Yegappan Lakshmanan
2023-06-04patch 9.0.1607: screenpos() returns wrong row with diff filler linesv9.0.1607zeertzjq
2023-06-03patch 9.0.1600: screenpos() does not take w_skipcol into accountv9.0.1600zeertzjq
2022-12-18patch 9.0.1072: screenpos() column result in fold may be too smallv9.0.1072zeertzjq
2022-12-05patch 9.0.1016: screenpos() does not count filler lines for diff modev9.0.1016Bram Moolenaar
2022-12-05patch 9.0.1011: ml_get error when using screenpos()v9.0.1011Bram Moolenaar
2022-11-12patch 9.0.0863: col() and charcol() only work for the current windowv9.0.0863Yegappan Lakshmanan
2022-10-10patch 9.0.0712: wrong column when calling setcursorcharpos() with zero lnumv9.0.0712Bram Moolenaar
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