summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1441: popup window filter not yet implementedv8.1.1441Bram Moolenaar2019-06-011-10/+26
* Update runtime files.Bram Moolenaar2019-05-3110-93/+159
* patch 8.1.1431: popup window listed as "Scratch"v8.1.1431Bram Moolenaar2019-05-302-5/+12
* patch 8.1.1429: "pos" option of popup window not supported yetv8.1.1429Bram Moolenaar2019-05-301-11/+15
* patch 8.1.1428: popup_atcursor() not implemented yetv8.1.1428Bram Moolenaar2019-05-301-11/+18
* patch 8.1.1426: no test for syntax highlight in popup windowv8.1.1426Bram Moolenaar2019-05-301-6/+14
* patch 8.1.1422: popup_getoptions() not implemented yetv8.1.1422Bram Moolenaar2019-05-301-11/+21
* patch 8.1.1418: win_execute() is not implemented yetv8.1.1418Bram Moolenaar2019-05-292-9/+17
* patch 8.1.1416: popup_getposition() not implemented yetv8.1.1416Bram Moolenaar2019-05-291-2/+11
* patch 8.1.1410: popup_move() is not implemented yetv8.1.1410Bram Moolenaar2019-05-271-4/+1
* patch 8.1.1407: popup_create() does not support text propertiesv8.1.1407Bram Moolenaar2019-05-261-4/+8
* patch 8.1.1406: popup_hide() and popup_show() not implemented yetv8.1.1406Bram Moolenaar2019-05-261-6/+7
* Update runtime files.Bram Moolenaar2019-05-2634-224/+8922
* patch 8.1.1405: "highlight" option of popup windows not supportedv8.1.1405Bram Moolenaar2019-05-261-2/+1
* patch 8.1.1402: "timer" option of popup windows not supportedv8.1.1402Bram Moolenaar2019-05-261-2/+1
* patch 8.1.1401: misspelled mkspellmem as makespellmemv8.1.1401Bram Moolenaar2019-05-261-6/+2
* patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar2019-05-252-23/+102
* patch 8.1.1372: when evaluating 'statusline' the current window is unknownv8.1.1372Bram Moolenaar2019-05-231-8/+14
* patch 8.1.1366: using expressions in a modeline is unsafev8.1.1366Bram Moolenaar2019-05-231-12/+58
* patch 8.1.1364: design for popup window support needs more detailsv8.1.1364Bram Moolenaar2019-05-211-56/+151
* patch 8.1.1354: getting a list of text lines is clumsyv8.1.1354Bram Moolenaar2019-05-191-0/+38
* patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not usedv8.1.1334Bram Moolenaar2019-05-161-0/+6
* patch 8.1.1332: cannot flush listeners without redrawing, mix of changesv8.1.1332Bram Moolenaar2019-05-141-20/+39
* patch 8.1.1329: plans for popup window support are spread outv8.1.1329Bram Moolenaar2019-05-123-0/+277
* patch 8.1.1326: no test for listener with partialv8.1.1326Bram Moolenaar2019-05-121-4/+19
* patch 8.1.1321: no docs or tests for listener functionsv8.1.1321Bram Moolenaar2019-05-112-0/+52
* patch 8.1.1310: named function arguments are never optionalv8.1.1310Bram Moolenaar2019-05-091-4/+47
* patch 8.1.1308: the Normal highlight is not defined when compiled with GUIv8.1.1308Bram Moolenaar2019-05-091-0/+2
* Update runtime filesBram Moolenaar2019-05-0940-189/+227
* patch 8.1.1307: cannot reconnect to the X server after it restartedv8.1.1307Bram Moolenaar2019-05-092-0/+16
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-093-7/+4
* patch 8.1.1305: there is no easy way to manipulate environment variablesv8.1.1305Bram Moolenaar2019-05-092-7/+40
* patch 8.1.1303: not possible to hide a balloonv8.1.1303Bram Moolenaar2019-05-091-1/+9
* patch 8.1.1293: MSVC files are no longer usefulv8.1.1293Bram Moolenaar2019-05-071-4/+0
* patch 8.1.1291: not easy to change directory and restorev8.1.1291Bram Moolenaar2019-05-072-0/+23
* patch 8.1.1284: detecting *.tmpl as htmlcheetah is outdatedv8.1.1284Bram Moolenaar2019-05-061-2/+2
* patch 8.1.1281: cannot specify a count with :chistoryv8.1.1281Bram Moolenaar2019-05-051-22/+34
* patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar2019-05-0563-753/+755
* patch 8.1.1276: cannot combine text properties with syntax highlightingv8.1.1276Bram Moolenaar2019-05-052-1/+8
* patch 8.1.1275: cannot navigate to errors before/after the cursorv8.1.1275Bram Moolenaar2019-05-052-4/+36
* patch 8.1.1270: cannot see current match positionv8.1.1270Bram Moolenaar2019-05-042-3/+24
* patch 8.1.1267: cannot check if GPM mouse support is workingv8.1.1267Bram Moolenaar2019-05-041-0/+1
* patch 8.1.1262: cannot simulate a mouse click in a testv8.1.1262Bram Moolenaar2019-05-042-1/+10
* patch 8.1.1261: no error for quickfix commands with negative rangev8.1.1261Bram Moolenaar2019-05-041-2/+5
* patch 8.1.1256: cannot navigate through errors relative to the cursorv8.1.1256Bram Moolenaar2019-05-032-0/+34
* patch 8.1.1248: no test for dec mousev8.1.1248Bram Moolenaar2019-05-021-0/+2
* patch 8.1.1231: asking about existing swap file unnecessarilyv8.1.1231Bram Moolenaar2019-04-281-1/+8
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+12
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-283-1/+83
* patch 8.1.1226: {not in Vi} remarks get in the way of useful help textv8.1.1226Bram Moolenaar2019-04-282-404/+116