summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1879: more functions can be used as methodsv8.1.1879Bram Moolenaar2019-08-171-4/+109
* Update runtime files.Bram Moolenaar2019-08-171-10/+25
* patch 8.1.1875: cannot get size and position of the popup menuv8.1.1875Bram Moolenaar2019-08-171-0/+19
* patch 8.1.1837: popup test fails if clipboard is supported but not workingv8.1.1837Bram Moolenaar2019-08-101-0/+1
* patch 8.1.1835: cannot use printf() as a methodv8.1.1835Bram Moolenaar2019-08-101-1/+5
* patch 8.1.1834: cannot use a lambda as a methodv8.1.1834Bram Moolenaar2019-08-091-1/+5
* Update runtime files.Bram Moolenaar2019-08-081-4/+20
* patch 8.1.1828: not strict enough checking syntax of method invocationv8.1.1828Bram Moolenaar2019-08-081-4/+11
* patch 8.1.1809: more functions can be used as a methodv8.1.1809Bram Moolenaar2019-08-041-2/+40
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-041-12/+54
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-8/+73
* Update runtime files.Bram Moolenaar2019-07-311-8/+13
* patch 8.1.1770: cannot get the window ID of the popup preview windowv8.1.1770Bram Moolenaar2019-07-281-0/+1
* patch 8.1.1726: the eval.txt help file is too bigv8.1.1726Bram Moolenaar2019-07-211-1166/+12
* patch 8.1.1723: heredoc assignment has no room for new featuresv8.1.1723Bram Moolenaar2019-07-211-3/+3
* Update runtime filesBram Moolenaar2019-07-191-5/+12
* patch 8.1.1705: using ~{} for a literal dict is not nicev8.1.1705Bram Moolenaar2019-07-161-4/+4
* patch 8.1.1692: using *{} for literal dict is not backwards compatiblev8.1.1692Bram Moolenaar2019-07-141-3/+3
* patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar2019-07-131-3/+11
* patch 8.1.1682: placing a larger number of signs is slowv8.1.1682Bram Moolenaar2019-07-131-7/+122
* patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar2019-07-071-0/+19
* patch 8.1.1629: terminal function help is in the wrong filev8.1.1629Bram Moolenaar2019-07-041-367/+11
* patch 8.1.1628: popup window functions not in list of functionsv8.1.1628Bram Moolenaar2019-07-041-0/+22
* patch 8.1.1626: no test for closing a popup window with a modified bufferv8.1.1626Bram Moolenaar2019-07-041-1/+7
* patch 8.1.1610: there is no way to add or load a buffer without side effectsv8.1.1610Bram Moolenaar2019-06-301-0/+19
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-7/+18
* Update runtime filesBram Moolenaar2019-06-221-2/+2
* patch 8.1.1579: dict and list could be GC'ed while displaying errorv8.1.1579Bram Moolenaar2019-06-221-0/+7
* patch 8.1.1565: MS-Windows: no sound supportv8.1.1565Bram Moolenaar2019-06-171-14/+21
* patch 8.1.1554: docs and tests for :const can be improvedv8.1.1554Bram Moolenaar2019-06-161-3/+6
* patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar2019-06-151-1/+20
* patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar2019-06-151-2/+25
* patch 8.1.1526: no numerical value for the patchlevelv8.1.1526Bram Moolenaar2019-06-141-0/+11
* Update runtime filesBram Moolenaar2019-06-101-4/+4
* patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar2019-06-101-14/+16
* patch 8.1.1510: a plugin cannot easily expand a command like done internallyv8.1.1510Bram Moolenaar2019-06-091-0/+9
* patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar2019-06-091-0/+50
* patch 8.1.1498: ":write" increments b:changedtick even though nothing changedv8.1.1498Bram Moolenaar2019-06-081-2/+4
* Update runtime files - Add typescript syntax and indent.Bram Moolenaar2019-06-061-3/+11
* Update runtime files.Bram Moolenaar2019-06-061-2/+4
* patch 8.1.1466: not updating priority on existing signv8.1.1466Bram Moolenaar2019-06-041-1/+1
* patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar2019-06-031-0/+5
* patch 8.1.1426: no test for syntax highlight in popup windowv8.1.1426Bram Moolenaar2019-05-301-6/+14
* patch 8.1.1418: win_execute() is not implemented yetv8.1.1418Bram Moolenaar2019-05-291-1/+12
* Update runtime files.Bram Moolenaar2019-05-261-12/+16
* patch 8.1.1354: getting a list of text lines is clumsyv8.1.1354Bram Moolenaar2019-05-191-0/+38
* patch 8.1.1334: when buffer is hidden "F" in 'shortmess' is not usedv8.1.1334Bram Moolenaar2019-05-161-0/+6
* patch 8.1.1332: cannot flush listeners without redrawing, mix of changesv8.1.1332Bram Moolenaar2019-05-141-20/+39
* patch 8.1.1326: no test for listener with partialv8.1.1326Bram Moolenaar2019-05-121-4/+19
* patch 8.1.1321: no docs or tests for listener functionsv8.1.1321Bram Moolenaar2019-05-111-0/+50