summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1604: popup window scroll test is flakyv8.1.1604Bram Moolenaar2019-06-282-0/+4
* patch 8.1.1603: crash when using unknown highlighting in text propertyv8.1.1603Bram Moolenaar2019-06-283-2/+15
* patch 8.1.1602: popup window cannot overflow on the left or rightv8.1.1602Bram Moolenaar2019-06-282-4/+30
* patch 8.1.1601: missing changes to popup window test filev8.1.1601Bram Moolenaar2019-06-262-0/+5
* patch 8.1.1600: cannot specify highlighting for popup window scrollbarv8.1.1600Bram Moolenaar2019-06-267-14/+56
* patch 8.1.1599: compiler warning for uninitialized variablev8.1.1599Bram Moolenaar2019-06-263-4/+6
* patch 8.1.1598: update to test file missingv8.1.1598Bram Moolenaar2019-06-262-0/+21
* patch 8.1.1597: cannot scroll a popup window with the mousev8.1.1597Bram Moolenaar2019-06-2612-18/+86
* patch 8.1.1596: when resizing the screen may draw popup in wrong positionv8.1.1596Bram Moolenaar2019-06-262-2/+5
* patch 8.1.1595: MS-Windows with VIMDLL: colors wrong in consolev8.1.1595Bram Moolenaar2019-06-262-0/+6
* patch 8.1.1594: may still start file dialog while exitingv8.1.1594Bram Moolenaar2019-06-252-1/+3
* patch 8.1.1593: filetype not detected for C++ header files without extensionv8.1.1593Bram Moolenaar2019-06-253-4/+13
* patch 8.1.1592: may start file dialog while exitingv8.1.1592Bram Moolenaar2019-06-253-12/+21
* patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591Bram Moolenaar2019-06-256-4/+82
* patch 8.1.1590: popup window test failsv8.1.1590Bram Moolenaar2019-06-252-0/+4
* patch 8.1.1589: popup window does not indicate scroll positionv8.1.1589Bram Moolenaar2019-06-2510-12/+143
* 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-243-2/+4
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-2422-657/+758
* 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-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