summaryrefslogtreecommitdiff
path: root/runtime/doc
Commit message (Expand)AuthorAgeFilesLines
* Update runtime files.Bram Moolenaar2018-01-2813-67/+215
* 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-245-27/+38
* 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-1710-65/+119
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-162-0/+27
* 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-3010-49/+51
* 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-2110-37/+103
* 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-191-2/+13
* patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar2017-11-181-4/+15
* 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-121-28/+34
* Update runtime files.Bram Moolenaar2017-11-117-51/+100
* patch 8.0.1289: mkview always includes the local directoryv8.0.1289Bram Moolenaar2017-11-111-1/+2
* patch 8.0.1280: Python None cannot be converted to a Vim typev8.0.1280Bram Moolenaar2017-11-091-0/+2
* patch 8.0.1279: initializing menus can be slowv8.0.1279Bram Moolenaar2017-11-091-1/+12
* patch 8.0.1278: GUI window always resizes when adding scrollbarv8.0.1278Bram Moolenaar2017-11-091-1/+7
* Update runtime files.Bram Moolenaar2017-11-0511-245/+418
* Long overdue runtime update.Bram Moolenaar2017-11-0224-151/+216
* patch 8.0.1250: 'hlsearch' highlighting not removed after incsearchv8.0.1250Bram Moolenaar2017-11-021-2/+2
* patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()v8.0.1239Bram Moolenaar2017-10-301-0/+1
* patch 8.0.1238: incremental search only shows one matchv8.0.1238Bram Moolenaar2017-10-291-1/+11
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-282-5/+7
* patch 8.0.1206: no autocmd for entering or leaving the command linev8.0.1206Bram Moolenaar2017-10-191-0/+12
* patch 8.0.1201: "yL" is affected by 'scrolloff'v8.0.1201Bram Moolenaar2017-10-151-2/+8
* patch 8.0.1194: actual fg and bg colors of terminal are unknownv8.0.1194Bram Moolenaar2017-10-141-2/+7
* patch 8.0.1189: E172 is not actually usefulv8.0.1189Bram Moolenaar2017-10-141-6/+0
* patch 8.0.1182: cannot see or change mzscheme dll namev8.0.1182Bram Moolenaar2017-10-082-3/+31
* Update runtime filesBram Moolenaar2017-09-2710-48/+119
* Update runtime files.Bram Moolenaar2017-09-1917-95/+212
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-172-4/+33
* patch 8.0.1120: :tm means :tmap instead of :tmenuv8.0.1120Bram Moolenaar2017-09-171-3/+3
* patch 8.0.1114: default for 'iminsert' is annoyingv8.0.1114Bram Moolenaar2017-09-161-2/+2