summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1298: missing test filev8.0.1298Bram Moolenaar2017-11-143-0/+3
* patch 8.0.1297: +autoservername does not show enabled on MS-Windowsv8.0.1297Bram Moolenaar2017-11-132-0/+8
* patch 8.0.1296: checking the same condition twicev8.0.1296Bram Moolenaar2017-11-132-1/+4
* patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar2017-11-1210-4/+63
* patch 8.0.1294: GUI: get stuck when splitting a terminal windowv8.0.1294Bram Moolenaar2017-11-122-0/+4
* patch 8.0.1293: setting a breakpoint in the terminal debugger sometimes failsv8.0.1293Bram Moolenaar2017-11-123-34/+83
* patch 8.0.1292: quick clicks in the WinBar start Visual modev8.0.1292Bram Moolenaar2017-11-122-0/+17
* patch 8.0.1291: C indent wrong when * immediately follows commentv8.0.1291Bram Moolenaar2017-11-124-1/+20
* patch 8.0.1290: seq_cur of undotree() wrong after undov8.0.1290Bram Moolenaar2017-11-113-10/+77
* Update runtime files.Bram Moolenaar2017-11-1116-104/+203
* patch 8.0.1289: mkview always includes the local directoryv8.0.1289Bram Moolenaar2017-11-114-4/+10
* patch 8.0.1288: GUI: cannot drag the statusline of a terminal windowv8.0.1288Bram Moolenaar2017-11-112-2/+7
* patch 8.0.1287: temp file used for viminfo may have wrong permissionsv8.0.1287Bram Moolenaar2017-11-112-5/+26
* patch 8.0.1286: occasional crash when using a channelv8.0.1286Bram Moolenaar2017-11-112-2/+4
* patch 8.0.1285: occasional crash when using a channelv8.0.1285Bram Moolenaar2017-11-117-107/+117
* patch 8.0.1284: loading file type detection slows down startupv8.0.1284Bram Moolenaar2017-11-102-3/+34
* patch 8.0.1283: test 86 fails under ASANv8.0.1283Bram Moolenaar2017-11-092-1/+5
* patch 8.0.1282: script-local variable defined in the wrong scriptv8.0.1282Bram Moolenaar2017-11-093-1/+3
* patch 8.0.1281: loading file type detection slows down startupv8.0.1281Bram Moolenaar2017-11-094-781/+796
* patch 8.0.1280: Python None cannot be converted to a Vim typev8.0.1280Bram Moolenaar2017-11-095-47/+56
* patch 8.0.1279: initializing menus can be slowv8.0.1279Bram Moolenaar2017-11-093-61/+107
* patch 8.0.1278: GUI window always resizes when adding scrollbarv8.0.1278Bram Moolenaar2017-11-096-12/+26
* 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
* Update runtime files.Bram Moolenaar2017-11-0519-891/+1393
* 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-042-1/+4
* 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-0251-908/+2075
* patch 8.0.1255: duplicate badge README filev8.0.1255Bram Moolenaar2017-11-022-1/+3
* 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