summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344Bram Moolenaar2017-11-263-14/+22
* patch 8.0.1343: MS-Windows: does not show colored emojisv8.0.1343Bram Moolenaar2017-11-265-299/+545
* patch 8.0.1342: cannot build with Motif and multi-bytev8.0.1342Bram Moolenaar2017-11-252-1/+3
* patch 8.0.1341: 'imactivatefunc' test fails on MS-Windowsv8.0.1341Bram Moolenaar2017-11-252-0/+5
* patch 8.0.1340: MS-Windows: cannot build GUI without IMEv8.0.1340Bram Moolenaar2017-11-252-1/+10
* patch 8.0.1339: no test for what 8.0.1335 fixesv8.0.1339Bram Moolenaar2017-11-252-0/+10
* patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar2017-11-2514-124/+124
* patch 8.0.1337: typo in #ifdefv8.0.1337Bram Moolenaar2017-11-252-1/+3
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-259-24/+105
* patch 8.0.1335: writefile() using fsync() may give an error.v8.0.1335Bram Moolenaar2017-11-252-2/+6
* patch 8.0.1334: splitting a window with a WinBar damages window layoutv8.0.1334Bram Moolenaar2017-11-253-22/+14
* patch 8.0.1333: some tests are run twicev8.0.1333Bram Moolenaar2017-11-234-11/+6
* patch 8.0.1332: highlighting in quickfix window could be betterv8.0.1332Bram Moolenaar2017-11-232-6/+29
* patch 8.0.1331: possible crash when window can be zero lines highv8.0.1331Bram Moolenaar2017-11-222-3/+6
* patch 8.0.1330: MS-Windows: job in terminal can't get back to Vimv8.0.1330Bram Moolenaar2017-11-215-34/+75
* 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-211-0/+2
* 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-192-0/+8
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-197-20/+241
* 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-1834-508/+572
* 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-1824-76/+343
* 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-171-0/+2
* patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar2017-11-165-1/+26
* 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-161-0/+2
* 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-142-0/+2
* 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-128-4/+61