summaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
Commit message (Expand)AuthorAgeFilesLines
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-1/+1
* Runtime file updates.Bram Moolenaar2019-12-071-2/+3
* Update a few runtime filesBram Moolenaar2019-12-031-2/+3
* patch 8.1.2356: rand() does not use the best algorithmv8.1.2356Bram Moolenaar2019-11-281-7/+7
* Update runtime filesBram Moolenaar2019-11-261-7/+9
* patch 8.1.2342: random number generator in Vim script is slowv8.1.2342Bram Moolenaar2019-11-251-0/+29
* patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341Bram Moolenaar2019-11-251-1/+15
* patch 8.1.2326: cannot parse a date/time stringv8.1.2326Bram Moolenaar2019-11-211-10/+40
* Update runtime files.Bram Moolenaar2019-11-171-16/+16
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-161-6/+33
* Update runtime filesBram Moolenaar2019-11-101-1/+5
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-1/+6
* patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar2019-10-271-0/+4
* Update runtime filesBram Moolenaar2019-10-261-6/+6
* Update runtime files.Bram Moolenaar2019-10-161-52/+87
* Update runtime files.Bram Moolenaar2019-09-271-3/+8
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-261-2/+8
* Updte runtime filesBram Moolenaar2019-09-201-20/+25
* patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()v8.1.2053Bram Moolenaar2019-09-181-2/+5
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-161-0/+30
* patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar2019-09-151-4/+25
* Update runtime filesBram Moolenaar2019-09-111-1/+1
* patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar2019-09-101-0/+24
* patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar2019-09-081-6/+76
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-081-0/+8
* patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar2019-09-071-9/+62
* patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar2019-09-071-0/+6
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-061-6/+44
* patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar2019-09-061-1/+45
* patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar2019-09-041-12/+68
* patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar2019-09-041-4/+40
* patch 8.1.1961: more functions can be used as a methodv8.1.1961Bram Moolenaar2019-09-011-0/+40
* patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar2019-08-311-2/+46
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-311-0/+50
* patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar2019-08-311-3/+25
* Runtime files update.Bram Moolenaar2019-08-311-2/+2
* patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar2019-08-241-3/+60
* patch 8.1.1924: using empty string for current buffer is unexpectedv8.1.1924Bram Moolenaar2019-08-241-7/+8
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-241-1/+63
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-231-0/+48
* patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar2019-08-231-0/+7
* patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar2019-08-221-1/+14
* patch 8.1.1909: more functions can be used as methodsv8.1.1909Bram Moolenaar2019-08-211-8/+17
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-181-8/+42
* 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