summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1763: evalfunc.c is still too bigv8.1.1763Bram Moolenaar2019-07-273-0/+11
* patch 8.1.1752: resizing hashtable is inefficientv8.1.1752Bram Moolenaar2019-07-261-0/+1
* patch 8.1.1751: when redrawing popups plines_win() may be called oftenv8.1.1751Bram Moolenaar2019-07-261-1/+1
* patch 8.1.1743: 'hlsearch' and match highlighting in the wrong placev8.1.1743Bram Moolenaar2019-07-241-0/+6
* patch 8.1.1742: still some match functions in evalfunc.cv8.1.1742Bram Moolenaar2019-07-241-3/+3
* patch 8.1.1736: viminfo support is spread outv8.1.1736Bram Moolenaar2019-07-235-24/+12
* patch 8.1.1734: the evalfunc.c file is too bigv8.1.1734Bram Moolenaar2019-07-224-4/+14
* patch 8.1.1730: wrong place for mark viminfo supportv8.1.1730Bram Moolenaar2019-07-222-8/+9
* patch 8.1.1728: wrong place for command line history viminfo supportv8.1.1728Bram Moolenaar2019-07-211-5/+8
* patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar2019-07-214-11/+12
* patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718Bram Moolenaar2019-07-201-1/+3
* patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar2019-07-181-0/+6
* patch 8.1.1699: highlight_ga can be local instead of globalv8.1.1699Bram Moolenaar2019-07-151-1/+4
* patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar2019-07-142-40/+43
* patch 8.1.1689: profiling code is spread outv8.1.1689Bram Moolenaar2019-07-143-17/+9
* patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687Bram Moolenaar2019-07-142-11/+36
* patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar2019-07-133-24/+37
* patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar2019-07-131-1/+1
* patch 8.1.1682: placing a larger number of signs is slowv8.1.1682Bram Moolenaar2019-07-131-0/+2
* patch 8.1.1673: cannot easily find the popup window at a certain positionv8.1.1673Bram Moolenaar2019-07-121-0/+1
* patch 8.1.1657: Terminal: screen updates from 'balloonexpr' are not displayedv8.1.1657Bram Moolenaar2019-07-092-3/+3
* patch 8.1.1648: MS-Windows: build error with normal feauresv8.1.1648Bram Moolenaar2019-07-071-1/+1
* patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar2019-07-073-0/+4
* patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632Bram Moolenaar2019-07-041-1/+1
* patch 8.1.1631: displaying signs is inefficientv8.1.1631Bram Moolenaar2019-07-041-3/+1
* patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar2019-07-041-0/+1
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-301-0/+1
* patch 8.1.1609: the user cannot easily close a popup windowv8.1.1609Bram Moolenaar2019-06-301-0/+2
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1608Bram Moolenaar2019-06-292-5/+8
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607Bram Moolenaar2019-06-291-0/+2
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-255-10/+10
* patch 8.1.1584: the evalfunc.c file is getting too bigv8.1.1584Bram Moolenaar2019-06-241-4/+27
* patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar2019-06-231-1/+3
* patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar2019-06-202-0/+2
* patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar2019-06-181-0/+1
* patch 8.1.1561: popup_setoptions() is not implemented yetv8.1.1561Bram Moolenaar2019-06-162-0/+2
* patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar2019-06-161-0/+2
* patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusingv8.1.1555Bram Moolenaar2019-06-161-1/+1
* patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar2019-06-161-0/+1
* patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar2019-06-151-0/+2
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-151-0/+1
* patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar2019-06-151-0/+1
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-148-44/+44
* patch 8.1.1528: popup_any_visible() is unusedv8.1.1528Bram Moolenaar2019-06-141-1/+0
* patch 8.1.1527: when moving popup window over the cmdline it is not redrawnv8.1.1527Bram Moolenaar2019-06-142-0/+3
* patch 8.1.1525: cannot move a popup window with the mousev8.1.1525Bram Moolenaar2019-06-132-0/+4
* patch 8.1.1522: poup_notification() not implemented yetv8.1.1522Bram Moolenaar2019-06-121-0/+1
* patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar2019-06-122-1/+3
* patch 8.1.1517: when a popup changes all windows are redrawnv8.1.1517Bram Moolenaar2019-06-101-1/+0
* patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar2019-06-102-2/+2