summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar2019-08-271-125/+0
* patch 8.1.1932: ml_get errors after using append()v8.1.1932Bram Moolenaar2019-08-271-1/+7
* patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar2019-08-241-23/+28
* patch 8.1.1924: using empty string for current buffer is unexpectedv8.1.1924Bram Moolenaar2019-08-241-14/+24
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-241-21/+21
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-231-16/+16
* patch 8.1.1912: more functions can be used as methodsv8.1.1912Bram Moolenaar2019-08-221-24/+24
* patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar2019-08-221-4/+4
* patch 8.1.1909: more functions can be used as methodsv8.1.1909Bram Moolenaar2019-08-211-5/+5
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-1/+2
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-10/+0
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-181-14/+14
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-8/+0
* patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar2019-08-181-76/+0
* patch 8.1.1879: more functions can be used as methodsv8.1.1879Bram Moolenaar2019-08-171-25/+25
* patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar2019-08-171-0/+15
* patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar2019-08-171-114/+0
* patch 8.1.1863: confusing error when using a builtin function as methodv8.1.1863Bram Moolenaar2019-08-161-1/+3
* patch 8.1.1861: only some assert functions can be used as a methodv8.1.1861Bram Moolenaar2019-08-161-7/+17
* patch 8.1.1849v8.1.1849Bram Moolenaar2019-08-151-86/+0
* patch 8.1.1837: popup test fails if clipboard is supported but not workingv8.1.1837Bram Moolenaar2019-08-101-0/+4
* patch 8.1.1835: cannot use printf() as a methodv8.1.1835Bram Moolenaar2019-08-101-1/+1
* patch 8.1.1833: allocating a bit too much when there is no bad word.v8.1.1833Bram Moolenaar2019-08-091-0/+1
* patch 8.1.1832: win_execute() does not work in other tabv8.1.1832Bram Moolenaar2019-08-091-4/+4
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-117/+0
* patch 8.1.1815: duplicating info for internal functionsv8.1.1815Bram Moolenaar2019-08-041-563/+512
* patch 8.1.1809: more functions can be used as a methodv8.1.1809Bram Moolenaar2019-08-041-1/+13
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-041-524/+552
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-16/+91
* patch 8.1.1791: 'completeslash' also applies to globpath()v8.1.1791Bram Moolenaar2019-08-021-3/+3
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-011-80/+0
* patch 8.1.1770: cannot get the window ID of the popup preview windowv8.1.1770Bram Moolenaar2019-07-281-0/+1
* patch 8.1.1767: FEAT_SESSION defined separatelyv8.1.1767Bram Moolenaar2019-07-281-6/+0
* patch 8.1.1765: get(func, dict, def) does not work properlyv8.1.1765Bram Moolenaar2019-07-281-2/+11
* patch 8.1.1763: evalfunc.c is still too bigv8.1.1763Bram Moolenaar2019-07-271-671/+5
* patch 8.1.1757: text added with appendbufline() isn't displayedv8.1.1757Bram Moolenaar2019-07-271-6/+1
* patch 8.1.1751: when redrawing popups plines_win() may be called oftenv8.1.1751Bram Moolenaar2019-07-261-1/+1
* patch 8.1.1742: still some match functions in evalfunc.cv8.1.1742Bram Moolenaar2019-07-241-130/+0
* patch 8.1.1740: exepath() doesn't work for "bin/cat"v8.1.1740Bram Moolenaar2019-07-241-2/+1
* patch 8.1.1734: the evalfunc.c file is too bigv8.1.1734Bram Moolenaar2019-07-221-308/+1
* patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687Bram Moolenaar2019-07-141-493/+0
* 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.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar2019-07-121-1/+1
* patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar2019-07-071-0/+2
* patch 8.1.1626: no test for closing a popup window with a modified bufferv8.1.1626Bram Moolenaar2019-07-041-3/+20
* patch 8.1.1621: Amiga: time.h included twicev8.1.1621Bram Moolenaar2019-07-031-4/+0
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-301-10/+3
* patch 8.1.1611: bufadd() reuses existing buffer without a namev8.1.1611Bram Moolenaar2019-06-301-1/+3
* patch 8.1.1610: there is no way to add or load a buffer without side effectsv8.1.1610Bram Moolenaar2019-06-301-0/+32