summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1635: warnings for unused variables in small versionv8.1.1635Bram Moolenaar2019-07-042-2/+6
* patch 8.1.1634: terminal test fails when term_getansicolors() is missingv8.1.1634Bram Moolenaar2019-07-043-0/+14
* patch 8.1.1633: cannot generate prototypes with X11 but without GUIv8.1.1633Bram Moolenaar2019-07-042-0/+8
* patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632Bram Moolenaar2019-07-044-11/+15
* patch 8.1.1631: displaying signs is inefficientv8.1.1631Bram Moolenaar2019-07-045-84/+101
* patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar2019-07-049-11/+10
* Update runtime filesBram Moolenaar2019-07-0410-62/+208
* patch 8.1.1629: terminal function help is in the wrong filev8.1.1629Bram Moolenaar2019-07-043-402/+412
* patch 8.1.1628: popup window functions not in list of functionsv8.1.1628Bram Moolenaar2019-07-044-77/+107
* patch 8.1.1627: header file contains mixed comment stylev8.1.1627Bram Moolenaar2019-07-042-1211/+1220
* patch 8.1.1626: no test for closing a popup window with a modified bufferv8.1.1626Bram Moolenaar2019-07-044-4/+56
* patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar2019-07-045-20/+110
* patch 8.1.1624: when testing in the GUI may try to run gvim in a terminalv8.1.1624Bram Moolenaar2019-07-045-7/+14
* patch 8.1.1623: display wrong with signs in narrow number columnv8.1.1623Bram Moolenaar2019-07-045-1/+93
* patch 8.1.1622: wrong width if displaying a lot of lines in a popup windowv8.1.1622Bram Moolenaar2019-07-034-6/+21
* patch 8.1.1621: Amiga: time.h included twicev8.1.1621Bram Moolenaar2019-07-033-5/+4
* patch 8.1.1620: no test for popup window with border and maskv8.1.1620Bram Moolenaar2019-07-037-50/+77
* patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619Bram Moolenaar2019-07-035-5/+22
* patch 8.1.1618: Amiga-like systems quickly run out of stackv8.1.1618Bram Moolenaar2019-07-022-0/+13
* patch 8.1.1617: no test for popup window with mask and position fixedv8.1.1617Bram Moolenaar2019-07-028-72/+150
* patch 8.1.1616: build failure with gcc on Amigav8.1.1616Bram Moolenaar2019-07-012-0/+6
* patch 8.1.1615: crash when passing buffer number to popup_create()v8.1.1615Bram Moolenaar2019-07-013-2/+8
* patch 8.1.1614: 'numberwidth' can only go up to 10v8.1.1614Bram Moolenaar2019-07-016-32/+34
* patch 8.1.1613: popup window test fails with Athena and Motifv8.1.1613Bram Moolenaar2019-07-012-0/+4
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-3012-79/+143
* patch 8.1.1611: bufadd() reuses existing buffer without a namev8.1.1611Bram Moolenaar2019-06-303-1/+19
* patch 8.1.1610: there is no way to add or load a buffer without side effectsv8.1.1610Bram Moolenaar2019-06-304-0/+81
* patch 8.1.1609: the user cannot easily close a popup windowv8.1.1609Bram Moolenaar2019-06-3010-20/+223
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1608Bram Moolenaar2019-06-295-373/+367
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607Bram Moolenaar2019-06-2910-22/+130
* patch 8.1.1606: on a narrow screen ":hi" output is confusingv8.1.1606Bram Moolenaar2019-06-293-0/+14
* patch 8.1.1605: Vim may delay processing messages on a json channelv8.1.1605Bram Moolenaar2019-06-282-2/+8
* 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