summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.0.1281: loading file type detection slows down startupv8.0.1281Bram Moolenaar2017-11-091-0/+2
* patch 8.0.1280: Python None cannot be converted to a Vim typev8.0.1280Bram Moolenaar2017-11-094-47/+54
* patch 8.0.1279: initializing menus can be slowv8.0.1279Bram Moolenaar2017-11-091-0/+2
* patch 8.0.1278: GUI window always resizes when adding scrollbarv8.0.1278Bram Moolenaar2017-11-095-11/+19
* patch 8.0.1277: terminal window CR-NL conversions may cause problemsv8.0.1277Bram Moolenaar2017-11-092-46/+23
* patch 8.0.1276: key lost when window closed in exit callbackv8.0.1276Bram Moolenaar2017-11-093-2/+13
* patch 8.0.1275: CmdlineLeave autocmd prevents fold from openingv8.0.1275Bram Moolenaar2017-11-092-0/+4
* patch 8.0.1274: setbufline() fails when using foldingv8.0.1274Bram Moolenaar2017-11-063-4/+51
* patch 8.0.1273: old test file remainingv8.0.1273Bram Moolenaar2017-11-062-5/+2
* patch 8.0.1272: warnings for unused variables in tiny buildv8.0.1272Bram Moolenaar2017-11-052-1/+4
* patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar2017-11-0517-851/+694
* patch 8.0.1270: mismatching file name with Filelistv8.0.1270Bram Moolenaar2017-11-052-0/+2
* patch 8.0.1269: effect of autocommands on marks is not testedv8.0.1269Bram Moolenaar2017-11-052-0/+129
* patch 8.0.1268: PC install instructions are incompletev8.0.1268Bram Moolenaar2017-11-052-24/+62
* patch 8.0.1267: Test_swap_group may leave file behindv8.0.1267Bram Moolenaar2017-11-043-20/+25
* patch 8.0.1266: Test_swap_directory was commented outv8.0.1266Bram Moolenaar2017-11-042-46/+48
* patch 8.0.1265: swap test not skipped when there is one groupv8.0.1265Bram Moolenaar2017-11-042-1/+3
* patch 8.0.1264: terminal debugger gets stuck in small windowv8.0.1264Bram Moolenaar2017-11-041-0/+2
* patch 8.0.1263: others can read the swap file if a user is carelessv8.0.1263Bram Moolenaar2017-11-044-40/+99
* patch 8.0.1262: terminal redir test is flakyv8.0.1262Bram Moolenaar2017-11-042-0/+3
* patch 8.0.1261: program in terminal window gets NL instead of CRv8.0.1261Bram Moolenaar2017-11-042-17/+22
* patch 8.0.1260: using global variables for WaitFor()v8.0.1260Bram Moolenaar2017-11-047-80/+68
* patch 8.0.1259: search test can be flakyv8.0.1259Bram Moolenaar2017-11-043-49/+54
* patch 8.0.1258: 'ttymouse' is set to "sgr" even though it's not supportedv8.0.1258Bram Moolenaar2017-11-042-16/+24
* patch 8.0.1257: no test for fix of undefined behaviorv8.0.1257Bram Moolenaar2017-11-022-0/+6
* patch 8.0.1256: typo in configure variable vim_cv_tgentv8.0.1256Bram Moolenaar2017-11-023-10/+12
* Long overdue runtime update.Bram Moolenaar2017-11-025-629/+577
* patch 8.0.1255: duplicate badge README filev8.0.1255Bram Moolenaar2017-11-021-0/+2
* patch 8.0.1254: undefined left shift in gethexchrs()v8.0.1254Bram Moolenaar2017-11-023-17/+19
* patch 8.0.1253: still too many old style testsv8.0.1253Bram Moolenaar2017-11-0220-359/+369
* patch 8.0.1252: incomplete translations makefile for MinGW/Cygwinv8.0.1252Bram Moolenaar2017-11-024-5/+32
* patch 8.0.1251: invalid expressin passed to WaitFor()v8.0.1251Bram Moolenaar2017-11-022-1/+3
* patch 8.0.1250: 'hlsearch' highlighting not removed after incsearchv8.0.1250Bram Moolenaar2017-11-023-1/+123
* patch 8.0.1249: no error when WaitFor() gets an invalid wrong expressionv8.0.1249Bram Moolenaar2017-11-023-8/+11
* patch 8.0.1248: stray + in README filev8.0.1248Bram Moolenaar2017-11-021-0/+2
* patch 8.0.1247: not easy to find Debian build infov8.0.1247Bram Moolenaar2017-11-021-0/+2
* patch 8.0.1246: popup test has an arbitrary delayv8.0.1246Bram Moolenaar2017-11-022-3/+9
* patch 8.0.1245: when WaitFor() has a wrong expression it just waits a secondv8.0.1245Bram Moolenaar2017-11-025-26/+33
* patch 8.0.1244: search test does not work correctly on MS-Windowsv8.0.1244Bram Moolenaar2017-11-022-5/+10
* patch 8.0.1243: no test for what 8.0.1227 fixesv8.0.1243Bram Moolenaar2017-11-023-0/+24
* patch 8.0.1242: function argument with only dash is seen as number zerov8.0.1242Bram Moolenaar2017-11-024-1/+28
* patch 8.0.1241: popup test is flakyv8.0.1241Bram Moolenaar2017-10-312-1/+3
* patch 8.0.1240: MS-Windows: term_start() does not support environmentv8.0.1240Bram Moolenaar2017-10-305-14/+40
* patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()v8.0.1239Bram Moolenaar2017-10-307-46/+114
* patch 8.0.1238: incremental search only shows one matchv8.0.1238Bram Moolenaar2017-10-295-6/+174
* patch 8.0.1237: ":set scroll&" often gives an errorv8.0.1237Bram Moolenaar2017-10-295-4/+43
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-2836-378/+261
* patch 8.0.1235: cannot disable the terminal feature in a huge buildv8.0.1235Bram Moolenaar2017-10-284-5/+10
* patch 8.0.1234: MS-Windows: composing chars are not shown properlyv8.0.1234Bram Moolenaar2017-10-283-19/+37
* patch 8.0.1233: typo in dos installerv8.0.1233Bram Moolenaar2017-10-282-1/+3