summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1589: popup window does not indicate scroll positionv8.1.1589Bram Moolenaar2019-06-259-10/+133
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-2520-47/+70
* patch 8.1.1587: redraw problem when sign icons in the number columnv8.1.1587Bram Moolenaar2019-06-243-4/+9
* patch 8.1.1586: error number used in two placesv8.1.1586Bram Moolenaar2019-06-242-1/+3
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-2421-650/+740
* patch 8.1.1584: the evalfunc.c file is getting too bigv8.1.1584Bram Moolenaar2019-06-244-777/+763
* 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-239-151/+159
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-2310-31/+220
* patch 8.1.1579: dict and list could be GC'ed while displaying errorv8.1.1579Bram Moolenaar2019-06-224-2/+41
* patch 8.1.1578: MS-Windows: pathdef.c should depend on build optionsv8.1.1578Bram Moolenaar2019-06-213-24/+28
* 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-203-17/+67
* 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-175-14/+239
* patch 8.1.1564: sign column takes up spacev8.1.1564Bram Moolenaar2019-06-174-67/+183
* 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-168-79/+326
* 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-168-23/+96
* patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar2019-06-1611-40/+253
* 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-162-0/+28
* patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar2019-06-1611-28/+172
* 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-157-33/+158
* 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-1555-181/+163
* 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-156-76/+701
* 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