summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2018-01-2826-337/+1547
* patch 8.0.1436: not enough information about what Python version may workv8.0.1436Bram Moolenaar2018-01-283-4/+20
* patch 8.0.1435: memory leak in test_arabicv8.0.1435Bram Moolenaar2018-01-284-2/+17
* patch 8.0.1434: GTK: :promtfind does not put focus on text inputv8.0.1434Bram Moolenaar2018-01-282-0/+11
* patch 8.0.1433: illegal memory access after undov8.0.1433Bram Moolenaar2018-01-273-1/+16
* patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix windowv8.0.1432Bram Moolenaar2018-01-273-14/+31
* patch 8.0.1431: MS-Windows: vimtutor fails if %TMP% has special charsv8.0.1431Bram Moolenaar2018-01-262-1/+3
* patch 8.0.1430: crash when term_start() failsv8.0.1430Bram Moolenaar2018-01-262-1/+3
* patch 8.0.1429: crash when calling term_start() with empty argumentv8.0.1429Bram Moolenaar2018-01-263-10/+32
* patch 8.0.1428: compiler warning on 64 bit MS-Windows systemv8.0.1428Bram Moolenaar2018-01-022-1/+3
* patch 8.0.1427: the :leftabove modifier doesn't work for :copenv8.0.1427Bram Moolenaar2017-12-263-2/+37
* patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URLv8.0.1426Bram Moolenaar2017-12-253-3/+22
* patch 8.0.1425: execute() does not work in completion of user commandv8.0.1425Bram Moolenaar2017-12-253-0/+17
* update a few runtime filesBram Moolenaar2017-12-247-30/+58
* patch 8.0.1424: the timer_pause test is flaky on Travisv8.0.1424Bram Moolenaar2017-12-232-1/+8
* patch 8.0.1423: error in return not caught by try/catchv8.0.1423Bram Moolenaar2017-12-236-2/+24
* patch 8.0.1422: no fallback to underline when undercurl is not setv8.0.1422Bram Moolenaar2017-12-222-10/+12
* patch 8.0.1421: accessing invalid memory with overlong byte sequencev8.0.1421Bram Moolenaar2017-12-223-2/+26
* patch 8.0.1420: accessing freed memory in vimgrepv8.0.1420Bram Moolenaar2017-12-214-23/+133
* patch 8.0.1419: cursor column is not updated after ]sv8.0.1419Bram Moolenaar2017-12-214-0/+38
* patch 8.0.1418: no test for expanding backticksv8.0.1418Bram Moolenaar2017-12-202-8/+19
* patch 8.0.1417: test doesn't search for a sentencev8.0.1417Bram Moolenaar2017-12-193-4/+25
* patch 8.0.1416: crash when searching for a sentencev8.0.1416Bram Moolenaar2017-12-195-14/+33
* patch 8.0.1415: warning for unused function without timers featurev8.0.1415Bram Moolenaar2017-12-192-0/+4
* patch 8.0.1414: accessing freed memory in :lfile.v8.0.1414Bram Moolenaar2017-12-193-4/+14
* patch 8.0.1413: accessing freed memory in :cbufferv8.0.1413Bram Moolenaar2017-12-193-8/+18
* patch 8.0.1412: using free memory using setloclist()v8.0.1412Bram Moolenaar2017-12-193-0/+26
* patch 8.0.1411: reading invalid memory with CTRL-W :v8.0.1411Bram Moolenaar2017-12-194-0/+18
* patch 8.0.1410: hang when using count() with an empty stringv8.0.1410Bram Moolenaar2017-12-194-4/+7
* patch 8.0.1409: buffer overflow in :tags commandv8.0.1409Bram Moolenaar2017-12-193-2/+9
* patch 8.0.1408: crash in setqflist()v8.0.1408Bram Moolenaar2017-12-193-3/+21
* patch 8.0.1407: GUI: CursorHold may trigger before 'updatetime'v8.0.1407Bram Moolenaar2017-12-192-1/+14
* patch 8.0.1406: difficult to track changes to a quickfix listv8.0.1406Bram Moolenaar2017-12-185-6/+120
* patch 8.0.1405: duplicated code for getting a typed characterv8.0.1405Bram Moolenaar2017-12-187-71/+90
* patch 8.0.1404: invalid memory access on exitv8.0.1404Bram Moolenaar2017-12-182-1/+8
* patch 8.0.1403: using freed buffer in grep commandv8.0.1403Bram Moolenaar2017-12-183-2/+17
* patch 8.0.1402: crash with nasty autocommandv8.0.1402Bram Moolenaar2017-12-183-9/+24
* patch 8.0.1401: cannot build with GTK but without XIMv8.0.1401Bram Moolenaar2017-12-172-1/+3
* Update runtime filesBram Moolenaar2017-12-1721-195/+287
* patch 8.0.1400: color scheme check script shows up as color schemev8.0.1400Bram Moolenaar2017-12-174-1/+4
* patch 8.0.1399: warnings and errors when building tiny versionv8.0.1399Bram Moolenaar2017-12-173-0/+6
* patch 8.0.1398: :packadd does not load packages from the "start" directoryv8.0.1398Bram Moolenaar2017-12-173-9/+42
* patch 8.0.1397: pattern with \& following nothing gives an errorv8.0.1397Bram Moolenaar2017-12-163-4/+14
* patch 8.0.1396: memory leak when CTRL-G in search command line failsv8.0.1396Bram Moolenaar2017-12-162-1/+3
* patch 8.0.1395: it is not easy to see if a colorscheme is well writtenv8.0.1395Bram Moolenaar2017-12-163-0/+139
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-1612-18/+201
* patch 8.0.1393: too much highlighting with 'hlsearch' and 'incsearch' setv8.0.1393Bram Moolenaar2017-12-162-0/+23
* patch 8.0.1392: build fails with --with-features=huge --disable-channelv8.0.1392Bram Moolenaar2017-12-163-2/+4
* patch 8.0.1391: encoding empty string to JSON sometimes gives "null"v8.0.1391Bram Moolenaar2017-12-153-3/+9
* move netrw back to the previous versionBram Moolenaar2017-12-143-840/+556