summaryrefslogtreecommitdiff
path: root/src/testdir/dumps
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1757: text added with appendbufline() isn't displayedv8.1.1757Bram Moolenaar2019-07-271-0/+10
* patch 8.1.1741: cleared/added match highlighting not updated in other windowv8.1.1741Bram Moolenaar2019-07-242-0/+24
* patch 8.1.1739: deleted match highlighting not updated in other windowv8.1.1739Bram Moolenaar2019-07-241-0/+12
* patch 8.1.1719: popup too wide when 'showbreak' is setv8.1.1719Bram Moolenaar2019-07-201-0/+10
* patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718Bram Moolenaar2019-07-209-9/+9
* patch 8.1.1717: last char in menu popup window highlightedv8.1.1717Bram Moolenaar2019-07-201-0/+10
* patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar2019-07-182-0/+28
* patch 8.1.1713: highlighting cursor line only works with popup_menu()v8.1.1713Bram Moolenaar2019-07-1810-0/+100
* patch 8.1.1692: using *{} for literal dict is not backwards compatiblev8.1.1692Bram Moolenaar2019-07-148-8/+8
* patch 8.1.1690: default padding for popup window menu is too muchv8.1.1690Bram Moolenaar2019-07-149-40/+40
* patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar2019-07-138-8/+8
* patch 8.1.1678: using popup_menu() does not scroll to show the selected linev8.1.1678Bram Moolenaar2019-07-136-0/+60
* patch 8.1.1676: "maxwidth" of popup window does not always work properlyv8.1.1676Bram Moolenaar2019-07-131-0/+13
* patch 8.1.1666: click in popup window scrollbar with border doesn't scrollv8.1.1666Bram Moolenaar2019-07-121-6/+6
* patch 8.1.1665: crash when popup window with mask is below the screenv8.1.1665Bram Moolenaar2019-07-121-0/+13
* patch 8.1.1656: popup window width is wrong when using Tabsv8.1.1656Bram Moolenaar2019-07-091-5/+5
* patch 8.1.1655: popup window border drawn wrong with multi-byte charv8.1.1655Bram Moolenaar2019-07-081-0/+12
* patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar2019-07-073-0/+30
* patch 8.1.1640: the CursorHold autocommand takes down a balloonv8.1.1640Bram Moolenaar2019-07-052-2/+12
* patch 8.1.1622: wrong width if displaying a lot of lines in a popup windowv8.1.1622Bram Moolenaar2019-07-031-4/+4
* patch 8.1.1620: no test for popup window with border and maskv8.1.1620Bram Moolenaar2019-07-034-24/+36
* patch 8.1.1617: no test for popup window with mask and position fixedv8.1.1617Bram Moolenaar2019-07-024-19/+39
* patch 8.1.1609: the user cannot easily close a popup windowv8.1.1609Bram Moolenaar2019-06-303-0/+30
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607Bram Moolenaar2019-06-292-0/+20
* patch 8.1.1600: cannot specify highlighting for popup window scrollbarv8.1.1600Bram Moolenaar2019-06-263-12/+12
* patch 8.1.1597: cannot scroll a popup window with the mousev8.1.1597Bram Moolenaar2019-06-267-4/+34
* patch 8.1.1589: popup window does not indicate scroll positionv8.1.1589Bram Moolenaar2019-06-255-4/+44
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-232-0/+20
* patch 8.1.1571: textprop highlight starts too early if just after a tabv8.1.1571Bram Moolenaar2019-06-191-0/+6
* patch 8.1.1562: popup window not always redrawn after popup_setoptions()v8.1.1562Bram Moolenaar2019-06-171-0/+12
* patch 8.1.1559: popup window title property not implemented yetv8.1.1559Bram Moolenaar2019-06-163-14/+24
* patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar2019-06-165-10/+40
* patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar2019-06-166-0/+60
* patch 8.1.1552: cursor position is wrong after sign column changesv8.1.1552Bram Moolenaar2019-06-162-0/+12
* patch 8.1.1550: when a popup has left padding text may be cut offv8.1.1550Bram Moolenaar2019-06-152-10/+10
* patch 8.1.1538: cannot specify highlighting for notificationsv8.1.1538Bram Moolenaar2019-06-152-7/+7
* patch 8.1.1534: modeless selection in popup window selects too muchv8.1.1534Bram Moolenaar2019-06-142-0/+20
* patch 8.1.1527: when moving popup window over the cmdline it is not redrawnv8.1.1527Bram Moolenaar2019-06-142-0/+20
* patch 8.1.1523: cannot show range of buffer lines in popup windowv8.1.1523Bram Moolenaar2019-06-121-0/+10
* patch 8.1.1522: poup_notification() not implemented yetv8.1.1522Bram Moolenaar2019-06-122-0/+20
* patch 8.1.1518: crash when setting 'columns' while a popup is visiblev8.1.1518Bram Moolenaar2019-06-111-0/+10
* patch 8.1.1511: matches in a popup window are not displayed properlyv8.1.1511Bram Moolenaar2019-06-091-0/+10
* patch 8.1.1499: ruler not updated after popup window was removedv8.1.1499Bram Moolenaar2019-06-082-0/+20
* patch 8.1.1496: popup window height is not recomputedv8.1.1496Bram Moolenaar2019-06-081-1/+1
* patch 8.1.1450: popup window positioning wrong when using padding or bordersv8.1.1450Bram Moolenaar2019-06-021-0/+12
* patch 8.1.1448: statusline is sometimes drawn on top of popupv8.1.1448Bram Moolenaar2019-06-021-0/+10
* patch 8.1.1445: popup window border highlight not implemented yetv8.1.1445Bram Moolenaar2019-06-011-0/+12
* patch 8.1.1444: not using double line characters for popup borderv8.1.1444Bram Moolenaar2019-06-011-0/+15
* patch 8.1.1443: popup window padding and border not implemented yetv8.1.1443Bram Moolenaar2019-06-011-0/+15
* patch 8.1.1430: popup window option "wrap" not supportedv8.1.1430Bram Moolenaar2019-05-302-0/+20