summaryrefslogtreecommitdiff
path: root/src/testdir/test_normal.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-0/+3
* patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar2019-11-291-2/+3
* patch 8.1.2355: test with "man" fails on FreeBSDv8.1.2355Bram Moolenaar2019-11-281-2/+2
* patch 8.1.2231: not easy to move to the middle of a text linev8.1.2231Bram Moolenaar2019-10-281-1/+23
* patch 8.1.2230: MS-Windows: testing external commands can be improvedv8.1.2230Bram Moolenaar2019-10-281-2/+1
* patch 8.1.2140: "gk" and "gj" do not work correctly in number columnv8.1.2140Bram Moolenaar2019-10-121-0/+25
* patch 8.1.2072: "gk" moves to start of line instead of upwardsv8.1.2072Bram Moolenaar2019-09-241-0/+22
* patch 8.1.1846: inconsistently using GetVimCommand() and v:progpathv8.1.1846Bram Moolenaar2019-08-141-4/+4
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-111-154/+0
* patch 8.1.1758: count of g$ not used correctly when text is not wrappedv8.1.1758Bram Moolenaar2019-07-271-0/+55
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-91/+91
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-201-49/+134
* patch 8.1.1214: old style testsv8.1.1214Bram Moolenaar2019-04-271-2/+90
* patch 8.1.1052: test for CTRL-C message sometimes failsv8.1.1052Bram Moolenaar2019-03-251-0/+5
* patch 8.1.1049: when user tries to exit with CTRL-C message is confusingv8.1.1049Bram Moolenaar2019-03-251-0/+12
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-45/+18
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-101-63/+100
* patch 8.1.0347: some tests fail on Solarisv8.1.0347Bram Moolenaar2018-09-031-15/+27
* patch 8.1.0327: the "g CTRL-G" command isn't tested muchv8.1.0327Bram Moolenaar2018-08-241-5/+75
* Vim 8.1 releasev8.1.0000Bram Moolenaar2018-05-171-1/+1
* patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar2018-02-131-0/+2
* patch 8.0.1509: test for failing drag-n-drop command no longer failsv8.0.1509Bram Moolenaar2018-02-121-1/+5
* patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar2018-02-121-3/+0
* patch 8.0.1418: no test for expanding backticksv8.0.1418Bram Moolenaar2017-12-201-8/+17
* patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar2017-11-051-0/+42
* patch 8.0.1243: no test for what 8.0.1227 fixesv8.0.1243Bram Moolenaar2017-11-021-0/+7
* patch 8.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-151-1/+0
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-1/+1
* patch 8.0.1090: cannot get the text under the cursor like v:beval_textv8.0.1090Bram Moolenaar2017-09-101-4/+16
* patch 8.0.0555: toupper/tolower test fails on OSX without Darwinv8.0.0555Bram Moolenaar2017-04-091-1/+1
* patch 8.0.0554: toupper and tolower don't work properly for Turkishv8.0.0554Bram Moolenaar2017-04-091-0/+11
* patch 8.0.0553: toupper/tolower test fails on Macv8.0.0553Bram Moolenaar2017-04-081-19/+22
* patch 8.0.0552: toupper and tolower don't work properly for Turkishv8.0.0552Bram Moolenaar2017-04-081-0/+20
* patch 8.0.0549: no test for the 8g8 commandv8.0.0549Bram Moolenaar2017-04-071-7/+49
* patch 8.0.0523: dv} deletes part of a multi-byte character.v8.0.0523Bram Moolenaar2017-03-291-0/+12
* patch 8.0.0516: a large count on a normal command causes troublev8.0.0516Bram Moolenaar2017-03-291-19/+27
* patch 8.0.0433: beeps when running testsv8.0.0433Bram Moolenaar2017-03-081-0/+1
* patch 8.0.0293: some tests have a one or three second waitv8.0.0293Bram Moolenaar2017-02-011-0/+3
* patch 8.0.0179: cannot have a local value for 'formatprg'v8.0.0179Bram Moolenaar2017-01-141-10/+22
* patch 8.0.0066v8.0.0066Bram Moolenaar2016-11-051-4/+43
* patch 8.0.0064v8.0.0064Bram Moolenaar2016-11-051-4/+6
* patch 8.0.0060v8.0.0060Bram Moolenaar2016-11-041-1/+19
* patch 7.4.2353v7.4.2353Bram Moolenaar2016-09-091-58/+253
* patch 7.4.2347v7.4.2347Bram Moolenaar2016-09-081-0/+14
* patch 7.4.2336v7.4.2336Bram Moolenaar2016-09-061-0/+2
* patch 7.4.2333v7.4.2333Bram Moolenaar2016-09-051-36/+3
* patch 7.4.2323v7.4.2323Bram Moolenaar2016-09-041-0/+24
* patch 7.4.2322v7.4.2322Bram Moolenaar2016-09-041-0/+9
* patch 7.4.2317v7.4.2317Bram Moolenaar2016-09-031-5/+9
* patch 7.4.2315v7.4.2315Bram Moolenaar2016-09-031-0/+1994