summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-2032-72/+0
* patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar2019-08-182-10/+18
* patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar2019-08-181-0/+1
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-182-5/+8
* patch 8.1.1878: negative float before method not parsed correctlyv8.1.1878Bram Moolenaar2019-08-171-1/+1
* patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar2019-08-174-25/+32
* patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar2019-08-151-0/+3
* patch 8.1.1849v8.1.1849Bram Moolenaar2019-08-151-3/+4
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-111-1/+1
* patch 8.1.1832: win_execute() does not work in other tabv8.1.1832Bram Moolenaar2019-08-091-0/+1
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-062-18/+20
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-041-0/+1
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-1/+2
* patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar2019-08-031-3/+3
* patch 8.1.1799: cannot avoid mapping for a popup windowv8.1.1799Bram Moolenaar2019-08-031-0/+1
* patch 8.1.1789: cannot see file name of preview popup windowv8.1.1789Bram Moolenaar2019-08-011-0/+2
* patch 8.1.1788: missing changes in proto filev8.1.1788Bram Moolenaar2019-08-011-1/+1
* patch 8.1.1786: double click in popup scrollbar starts selectionv8.1.1786Bram Moolenaar2019-08-011-0/+1
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-012-18/+28
* patch 8.1.1773: the preview popup window may be too far to the rightv8.1.1773Bram Moolenaar2019-07-281-1/+1
* patch 8.1.1770: cannot get the window ID of the popup preview windowv8.1.1770Bram Moolenaar2019-07-281-0/+1
* patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar2019-07-283-3/+8
* 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