summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1331: possible crash when window can be zero lines highv8.0.1331Bram Moolenaar2017-11-222-3/+6
* Update runtime files.Bram Moolenaar2017-11-2113-94/+194
* patch 8.0.1330: MS-Windows: job in terminal can't get back to Vimv8.0.1330Bram Moolenaar2017-11-216-35/+83
* patch 8.0.1329: when a flaky test fails it also often fails the second timev8.0.1329Bram Moolenaar2017-11-212-0/+6
* patch 8.0.1328: trouble when using ":term ++close" with autocmdv8.0.1328Bram Moolenaar2017-11-213-5/+41
* patch 8.0.1327: new proto file missing from distributionv8.0.1327Bram Moolenaar2017-11-212-0/+3
* patch 8.0.1326: largefile test fails on CI, glob test on MS-Windowsv8.0.1326Bram Moolenaar2017-11-214-1/+12
* patch 8.0.1325: more tests are not runv8.0.1325Bram Moolenaar2017-11-202-2/+21
* patch 8.0.1324: some xterm sends different mouse move codesv8.0.1324Bram Moolenaar2017-11-202-3/+13
* patch 8.0.1323: mouse events in a terminal window may cause endless loopv8.0.1323Bram Moolenaar2017-11-203-3/+7
* patch 8.0.1322: textformat test isn't runv8.0.1322Bram Moolenaar2017-11-192-0/+3
* patch 8.0.1321: can't build huge version with Athenav8.0.1321Bram Moolenaar2017-11-194-5/+9
* patch 8.0.1320: popup test fails on GUI-only buildv8.0.1320Bram Moolenaar2017-11-192-0/+5
* patch 8.0.1319: can't build GUI on MS-Windowsv8.0.1319Bram Moolenaar2017-11-193-1/+12
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-199-26/+263
* patch 8.0.1317: accessing freed memory in term_wait()v8.0.1317Bram Moolenaar2017-11-192-0/+6
* patch 8.0.1316: build still still fails on Macv8.0.1316Bram Moolenaar2017-11-182-1/+2
* patch 8.0.1315: build still fails on Macv8.0.1315Bram Moolenaar2017-11-182-1/+2
* patch 8.0.1314: build fails on Macv8.0.1314Bram Moolenaar2017-11-182-10/+15
* patch 8.0.1313: missing dependencies cause parallel make to failv8.0.1313Bram Moolenaar2017-11-182-198/+210
* patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIv8.0.1312Bram Moolenaar2017-11-1835-509/+574
* patch 8.0.1311: no test for strpart()v8.0.1311Bram Moolenaar2017-11-182-15/+31
* patch 8.0.1310: cproto generates errors because of missing typev8.0.1310Bram Moolenaar2017-11-182-0/+7
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-1826-85/+419
* patch 8.0.1308: the "Reading from stdin" message may be undesiredv8.0.1308Bram Moolenaar2017-11-182-7/+12
* patch 8.0.1307: compiler warning for ignoring return valuev8.0.1307Bram Moolenaar2017-11-172-1/+3
* patch 8.0.1306: ASAN error stack trace is not usefulv8.0.1306Bram Moolenaar2017-11-172-2/+4
* patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar2017-11-166-5/+39
* patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternv8.0.1304Bram Moolenaar2017-11-165-2/+26
* patch 8.0.1303: 'ttymouse' is not set to "sgr" for Terminal.app and Iterm2v8.0.1303Bram Moolenaar2017-11-162-9/+23
* patch 8.0.1302: still too many old style testsv8.0.1302Bram Moolenaar2017-11-1624-744/+659
* patch 8.0.1301: generated license file for NSIS has a modelinev8.0.1301Bram Moolenaar2017-11-162-1/+3
* patch 8.0.1300: file permissions may end up wrong when writingv8.0.1300Bram Moolenaar2017-11-167-24/+88
* patch 8.0.1299: bracketed paste does not work well in terminal windowv8.0.1299Bram Moolenaar2017-11-162-16/+21
* 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