summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar2019-06-237-48/+50
* patch 8.1.1582: cannot build with +textprop but without +timersv8.1.1582Bram Moolenaar2019-06-232-0/+4
* patch 8.1.1581: shared functions for testing are disorganisedv8.1.1581Bram Moolenaar2019-06-2310-151/+160
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-2311-37/+243
* Update runtime filesBram Moolenaar2019-06-2214-68/+103
* patch 8.1.1579: dict and list could be GC'ed while displaying errorv8.1.1579Bram Moolenaar2019-06-225-2/+48
* patch 8.1.1578: MS-Windows: pathdef.c should depend on build optionsv8.1.1578Bram Moolenaar2019-06-215-26/+34
* patch 8.1.1577: command line redrawn for +arabic without Arabic charactersv8.1.1577Bram Moolenaar2019-06-212-2/+38
* patch 8.1.1576: compiler warning for unused argumentv8.1.1576Bram Moolenaar2019-06-212-1/+3
* patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar2019-06-2013-7/+164
* patch 8.1.1574: tabpage option not yet implemented for popup windowv8.1.1574Bram Moolenaar2019-06-204-33/+118
* patch 8.1.1573: textprop test fails if screenhots do not workv8.1.1573Bram Moolenaar2019-06-192-0/+6
* patch 8.1.1572: compiler warnings with tiny buildv8.1.1572Bram Moolenaar2019-06-192-0/+4
* patch 8.1.1571: textprop highlight starts too early if just after a tabv8.1.1571Bram Moolenaar2019-06-194-0/+31
* patch 8.1.1570: icon signs not displayed properly in the number columnv8.1.1570Bram Moolenaar2019-06-194-8/+34
* patch 8.1.1569: cannot build with signs but without diff featurev8.1.1569Bram Moolenaar2019-06-192-4/+6
* patch 8.1.1568: strftime() test fails on MS-Windowsv8.1.1568Bram Moolenaar2019-06-182-1/+6
* patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar2019-06-189-23/+75
* patch 8.1.1566: error message when terminal closes in another tabv8.1.1566Bram Moolenaar2019-06-172-0/+4
* patch 8.1.1565: MS-Windows: no sound supportv8.1.1565Bram Moolenaar2019-06-176-28/+260
* patch 8.1.1564: sign column takes up spacev8.1.1564Bram Moolenaar2019-06-175-67/+185
* patch 8.1.1563: crash when using closuresv8.1.1563Bram Moolenaar2019-06-173-15/+26
* patch 8.1.1562: popup window not always redrawn after popup_setoptions()v8.1.1562Bram Moolenaar2019-06-174-1/+20
* patch 8.1.1561: popup_setoptions() is not implemented yetv8.1.1561Bram Moolenaar2019-06-169-88/+363
* patch 8.1.1560: popup window hidden option not implemented yetv8.1.1560Bram Moolenaar2019-06-163-2/+45
* patch 8.1.1559: popup window title property not implemented yetv8.1.1559Bram Moolenaar2019-06-169-26/+98
* patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar2019-06-1612-52/+276
* patch 8.1.1557: compiler warning for unused variables in tiny versionv8.1.1557Bram Moolenaar2019-06-162-2/+15
* patch 8.1.1556: command for failing screenshot does not include directoryv8.1.1556Bram Moolenaar2019-06-162-2/+4
* patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusingv8.1.1555Bram Moolenaar2019-06-167-15/+18
* patch 8.1.1554: docs and tests for :const can be improvedv8.1.1554Bram Moolenaar2019-06-163-3/+34
* patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar2019-06-1612-34/+192
* patch 8.1.1552: cursor position is wrong after sign column changesv8.1.1552Bram Moolenaar2019-06-165-3/+47
* patch 8.1.1551: warning for shadowing popup_dragwinv8.1.1551Bram Moolenaar2019-06-152-1/+2
* patch 8.1.1550: when a popup has left padding text may be cut offv8.1.1550Bram Moolenaar2019-06-155-13/+18
* patch 8.1.1549: quickfix test failsv8.1.1549Bram Moolenaar2019-06-152-1/+3
* patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar2019-06-158-46/+177
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-159-14/+26
* patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar2019-06-157-1/+14
* patch 8.1.1545: when the screen is to small there is no message about thatv8.1.1545Bram Moolenaar2019-06-152-2/+7
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-1556-181/+164
* patch 8.1.1543: const test fails with small featuresv8.1.1543Bram Moolenaar2019-06-152-4/+10
* patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar2019-06-159-87/+752
* patch 8.1.1541: check for ASAN is not reliablev8.1.1541Bram Moolenaar2019-06-152-1/+3
* patch 8.1.1540: cannot build without the +eval featurev8.1.1540Bram Moolenaar2019-06-152-0/+4
* patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar2019-06-158-54/+398
* patch 8.1.1538: cannot specify highlighting for notificationsv8.1.1538Bram Moolenaar2019-06-156-14/+24
* patch 8.1.1537: using "tab" for popup window can be confusingv8.1.1537Bram Moolenaar2019-06-154-18/+30
* patch 8.1.1536: popup select test still fails on Macv8.1.1536Bram Moolenaar2019-06-152-0/+3
* patch 8.1.1535: popup select test fails on Macv8.1.1535Bram Moolenaar2019-06-152-0/+5