summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1187: cannot recognize Pipfilev8.1.1187Bram Moolenaar2019-04-193-4/+11
* patch 8.1.1186: readdir() allocates list twicev8.1.1186Bram Moolenaar2019-04-192-7/+4
* patch 8.1.1185: mapping for CTRL-X is inconsistentv8.1.1185Bram Moolenaar2019-04-182-1/+3
* patch 8.1.1184: undo file left behind after running testv8.1.1184Bram Moolenaar2019-04-182-0/+3
* patch 8.1.1183: typos in VisVim commentsv8.1.1183Bram Moolenaar2019-04-174-5/+7
* patch 8.1.1182: some function prototypes are outdatedv8.1.1182Bram Moolenaar2019-04-178-7/+21
* patch 8.1.1181: tests for mouse clicks are a bit flakyv8.1.1181Bram Moolenaar2019-04-172-18/+20
* patch 8.1.1180: Vim script debugger tests are old stylev8.1.1180Bram Moolenaar2019-04-177-173/+238
* patch 8.1.1179: no test for mouse clicks in the fold columnv8.1.1179Bram Moolenaar2019-04-172-0/+53
* patch 8.1.1178: when mouse click tests fails value of 'ttytype' is unknownv8.1.1178Bram Moolenaar2019-04-172-37/+47
* patch 8.1.1177: .ts files are recognized as xml, typescript is more commonv8.1.1177Bram Moolenaar2019-04-163-1/+7
* patch 8.1.1176: test for dragging a tab is flakyv8.1.1176Bram Moolenaar2019-04-152-0/+4
* patch 8.1.1175: no test for dragging a tab and double click for new tabv8.1.1175Bram Moolenaar2019-04-152-0/+98
* patch 8.1.1174: cannot build with Ruby 1.8v8.1.1174Bram Moolenaar2019-04-142-1/+6
* patch 8.1.1173: suspend test has duplicated linesv8.1.1173Bram Moolenaar2019-04-142-11/+18
* patch 8.1.1172: cursor properties were not fully testedv8.1.1172Bram Moolenaar2019-04-142-0/+59
* patch 8.1.1171: statusline test could fail in large terminalv8.1.1171Bram Moolenaar2019-04-142-17/+25
* patch 8.1.1170: terminal ANSI color test does not cover all colorsv8.1.1170Bram Moolenaar2019-04-133-17/+19
* patch 8.1.1169: writing coverage info in a separate dir is not neededv8.1.1169Bram Moolenaar2019-04-133-7/+2
* patch 8.1.1168: not all screen update code of terminal is executed in testsv8.1.1168Bram Moolenaar2019-04-132-0/+6
* patch 8.1.1167: no test for closing tab by click in tablinev8.1.1167Bram Moolenaar2019-04-132-26/+71
* patch 8.1.1166: gettitle test can still fail when another Vim is runningv8.1.1166Bram Moolenaar2019-04-132-4/+7
* patch 8.1.1165: no test for mouse clicks in the terminal tabpage linev8.1.1165Bram Moolenaar2019-04-133-6/+65
* patch 8.1.1164: gettitle test is failing when server name differsv8.1.1164Bram Moolenaar2019-04-132-4/+10
* patch 8.1.1163: codecov does not report all the coverage informationv8.1.1163Bram Moolenaar2019-04-132-0/+5
* patch 8.1.1162: incorrect coverage information; typo in color namev8.1.1162Bram Moolenaar2019-04-134-3/+13
* patch 8.1.1161: unreachable codev8.1.1161Bram Moolenaar2019-04-124-4/+64
* patch 8.1.1160: termcodes test would fail in a very big terminalv8.1.1160Bram Moolenaar2019-04-122-0/+14
* patch 8.1.1159: MS-Windows: with a silent (un)install $VIM/_vimrc is removedv8.1.1159Bram Moolenaar2019-04-122-1/+5
* patch 8.1.1158: json encoded string is sometimes missing the final NULv8.1.1158Bram Moolenaar2019-04-124-0/+12
* patch 8.1.1157: Unicode tables are out of datev8.1.1157Bram Moolenaar2019-04-122-20/+46
* patch 8.1.1156: Unicode emoji and other image characters not recognizedv8.1.1156Bram Moolenaar2019-04-122-0/+6
* patch 8.1.1155: termcodes tests can be improvedv8.1.1155Bram Moolenaar2019-04-112-125/+144
* patch 8.1.1154: getting a newer msgfmt on Travis is too complicatedBram Moolenaar2019-04-112-7/+6
* patch 8.1.1154v8.1.1154Bram Moolenaar2019-04-112-0/+3
* patch 8.1.1152: compiler warning with VS2019v8.1.1152Bram Moolenaar2019-04-112-1/+3
* patch 8.1.1151: build fails when using shadow directoryv8.1.1151Bram Moolenaar2019-04-112-1/+3
* patch 8.1.1150: generating desktop files not tested on Travisv8.1.1150Bram Moolenaar2019-04-112-0/+9
* patch 8.1.1149: building desktop files fails with older msgfmtv8.1.1149Bram Moolenaar2019-04-116-5/+70
* patch 8.1.1148: CTRL-L with 'incsearch' does not pick up char under cursorv8.1.1148Bram Moolenaar2019-04-113-22/+37
* patch 8.1.1147: desktop file translations are requiring manual updatesv8.1.1147Bram Moolenaar2019-04-118-10/+232
* patch 8.1.1146: in MS-Windows console colors in a terminal window are wrongv8.1.1146Bram Moolenaar2019-04-112-2/+5
* patch 8.1.1145: compiler warning for unused functionv8.1.1145Bram Moolenaar2019-04-112-0/+4
* patch 8.1.1144: too strict checking of the 'spellfile' optionv8.1.1144Bram Moolenaar2019-04-103-2/+26
* patch 8.1.1143: may pass weird strings to file name expansionv8.1.1143Bram Moolenaar2019-04-107-10/+56
* patch 8.1.1142: no test for dragging the window separators with the mousev8.1.1142Bram Moolenaar2019-04-092-0/+60
* patch 8.1.1141: terminal winpos test fails with very large terminalv8.1.1141Bram Moolenaar2019-04-092-2/+10
* patch 8.1.1140: not easy to find out what neighbors a window hasv8.1.1140Bram Moolenaar2019-04-086-26/+146
* patch 8.1.1139: no test for what is fixed in patch 8.1.0716v8.1.1139Bram Moolenaar2019-04-082-0/+5
* patch 8.1.1138: plugins don't get notified when the popup menu changesv8.1.1138Bram Moolenaar2019-04-0811-17/+164