summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1514: getting the list of changes is not easyv8.0.1514Bram Moolenaar2018-02-132-0/+18
* patch 8.0.1510: cannot test if a command causes a beepv8.0.1510Bram Moolenaar2018-02-131-0/+8
* patch 8.0.1508: the :drop command is not always availablev8.0.1508Bram Moolenaar2018-02-121-1/+0
* patch 8.0.1505: debugger can't break on a conditionv8.0.1505Bram Moolenaar2018-02-111-0/+13
* patch 8.0.1497: getting the jump list requires parsing the output of :jumpsv8.0.1497Bram Moolenaar2018-02-102-1/+24
* patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar2018-02-101-1/+9
* patch 8.0.1493: completion items cannot be annotatedv8.0.1493Bram Moolenaar2018-02-101-1/+5
* patch 8.0.1491: the minimum width of the popup menu is hard codedv8.0.1491Bram Moolenaar2018-02-101-0/+10
* Update runtime files.Bram Moolenaar2018-02-0938-584/+773
* patch 8.0.1489: there is no easy way to get the global directoryv8.0.1489Bram Moolenaar2018-02-091-2/+5
* patch 8.0.1465: python2 and python3 detection not testedv8.0.1465Bram Moolenaar2018-02-031-1/+1
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-0/+12
* patch 8.0.1457: clojure now supports a shebang linev8.0.1457Bram Moolenaar2018-02-031-1/+9
* patch 8.0.1455: if $SHELL contains a space then 'shell' is incorrectv8.0.1455Bram Moolenaar2018-02-031-2/+9
* patch 8.0.1451: difficult to set the python home directories properlyv8.0.1451Bram Moolenaar2018-01-313-0/+38
* patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar2018-01-311-18/+4
* patch 8.0.1445: cannot act on edits in the command linev8.0.1445Bram Moolenaar2018-01-311-1/+8
* 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-281-2/+6
* update a few runtime filesBram Moolenaar2017-12-247-30/+58
* patch 8.0.1410: hang when using count() with an empty stringv8.0.1410Bram Moolenaar2017-12-191-3/+3
* patch 8.0.1406: difficult to track changes to a quickfix listv8.0.1406Bram Moolenaar2017-12-182-0/+12
* 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-172-1/+1
* patch 8.0.1395: it is not easy to see if a colorscheme is well writtenv8.0.1395Bram Moolenaar2017-12-162-0/+137
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-162-0/+27
* move netrw back to the previous versionBram Moolenaar2017-12-143-840/+556
* patch 8.0.1389: getqflist() items are missing if not setv8.0.1389Bram Moolenaar2017-12-121-10/+14
* patch 8.0.1386: cannot select modified buffers with getbufinfo()v8.0.1386Bram Moolenaar2017-12-101-0/+1
* patch 8.0.1385: Python 3.5 is getting oldv8.0.1385Bram Moolenaar2017-12-101-2/+2
* patch 8.0.1384: not enough quickfix help; confusing winidv8.0.1384Bram Moolenaar2017-12-102-8/+72
* patch 8.0.1369: MS-Windows: drawing underline slow, mFallbackDC not updatedv8.0.1369Bram Moolenaar2017-12-051-8/+26
* patch 8.0.1364: there is no easy way to get the window positionv8.0.1364Bram Moolenaar2017-12-021-0/+9
* patch 8.0.1361: some users don't want to diff with hidden buffersv8.0.1361Bram Moolenaar2017-12-011-0/+3
* Update runtime filesBram Moolenaar2017-11-3014-491/+1072
* patch 8.0.1352: dead URLs in the help go unnoticedv8.0.1352Bram Moolenaar2017-11-281-0/+68
* patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344Bram Moolenaar2017-11-261-3/+3
* patch 8.0.1343: MS-Windows: does not show colored emojisv8.0.1343Bram Moolenaar2017-11-261-3/+26
* patch 8.0.1341: 'imactivatefunc' test fails on MS-Windowsv8.0.1341Bram Moolenaar2017-11-251-0/+2
* patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336Bram Moolenaar2017-11-252-14/+41
* 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-211-1/+8
* patch 8.0.1319: can't build GUI on MS-Windowsv8.0.1319Bram Moolenaar2017-11-191-1/+4
* patch 8.0.1318: terminal balloon only shows one linev8.0.1318Bram Moolenaar2017-11-192-6/+22
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-182-9/+76
* patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar2017-11-161-4/+13
* patch 8.0.1301: generated license file for NSIS has a modelinev8.0.1301Bram Moolenaar2017-11-161-1/+1
* patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar2017-11-122-0/+2
* patch 8.0.1293: setting a breakpoint in the terminal debugger sometimes failsv8.0.1293Bram Moolenaar2017-11-122-34/+81
* Update runtime files.Bram Moolenaar2017-11-1116-104/+203