summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_normal.vim
AgeCommit message (Expand)Author
2021-07-15patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan
2021-05-31patch 8.2.2916: operators are not fully testedv8.2.2916Yegappan Lakshmanan
2021-05-30patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt
2021-05-29patch 8.2.2904: "g$" causes scroll if half a double width char is visiblev8.2.2904Bram Moolenaar
2021-05-29patch 8.2.2901: some operators not fully testedv8.2.2901Bram Moolenaar
2021-03-13patch 8.2.2592: code coverage could be improvedv8.2.2592Bram Moolenaar
2021-01-26patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar
2020-10-07patch 8.2.1810: some code in normal.c not covered by testsv8.2.1810Bram Moolenaar
2020-10-04patch 8.2.1799: some Normal mode commands not fully testedv8.2.1799Bram Moolenaar
2020-10-02patch 8.2.1786: various Normal mode commands not fully testedv8.2.1786Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-07-21patch 8.2.1260: there is no good test for CursorHoldv8.2.1260Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-06-24patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar
2020-06-22patch 8.2.1040: not enough testing for movement commandsv8.2.1040Bram Moolenaar
2020-06-14patch 8.2.0976: some 'cpoptions' not testedv8.2.0976Bram Moolenaar
2020-06-13patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968Bram Moolenaar
2020-05-03patch 8.2.0686: formatoptions not sufficiently testedv8.2.0686Bram Moolenaar
2020-04-28patch 8.2.0655: search code not sufficiently testedv8.2.0655Bram Moolenaar
2020-04-11patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar
2020-04-06patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar
2020-03-30patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar
2020-03-22patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar
2020-03-20patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar
2020-03-10patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar
2020-03-08patch 8.2.0363: some Normal mode commands not testedv8.2.0363Bram Moolenaar
2020-02-21patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar
2020-02-17patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar
2020-02-16patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
2019-11-29patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar
2019-11-28patch 8.1.2355: test with "man" fails on FreeBSDv8.1.2355Bram Moolenaar
2019-10-28patch 8.1.2231: not easy to move to the middle of a text linev8.1.2231Bram Moolenaar
2019-10-28patch 8.1.2230: MS-Windows: testing external commands can be improvedv8.1.2230Bram Moolenaar
2019-10-12patch 8.1.2140: "gk" and "gj" do not work correctly in number columnv8.1.2140Bram Moolenaar
2019-09-24patch 8.1.2072: "gk" moves to start of line instead of upwardsv8.1.2072Bram Moolenaar
2019-08-14patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar
2019-08-11patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar
2019-07-27patch 8.1.1758: count of g$ not used correctly when text is not wrappedv8.1.1758Bram Moolenaar
2019-06-24patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar
2019-05-20patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar
2019-04-27patch 8.1.1214: old style testsv8.1.1214Bram Moolenaar
2019-03-25patch 8.1.1052: test for CTRL-C message sometimes failsv8.1.1052Bram Moolenaar
2019-03-25patch 8.1.1049: when user tries to exit with CTRL-C message is confusingv8.1.1049Bram Moolenaar
2019-01-24patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar
2018-11-10patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar
2018-09-03patch 8.1.0347: some tests fail on Solarisv8.1.0347Bram Moolenaar
2018-08-24patch 8.1.0327: the "g CTRL-G" command isn't tested muchv8.1.0327Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
2018-02-13patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar