summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar2020-12-097-13/+113
* patch 8.2.2116: MS-Windows GUI: test for 'guifont' is incompletev8.2.2116Bram Moolenaar2020-12-092-5/+12
* patch 8.2.2115: Vim9: some errors not tested for; dead codev8.2.2115Bram Moolenaar2020-12-083-5/+9
* patch 8.2.2114: Vim9: unreachable code in assignmentv8.2.2114Bram Moolenaar2020-12-082-10/+2
* patch 8.2.2113: MS-Windows GUI: crash after using ":set guifont=" four timesv8.2.2113Bram Moolenaar2020-12-083-1/+11
* patch 8.2.2112: running tests may leave some files behindv8.2.2112Bram Moolenaar2020-12-084-6/+9
* patch 8.2.2111: GTK: menu background is the same color as the main windowv8.2.2111Bram Moolenaar2020-12-082-7/+9
* patch 8.2.2110: cannot use ":shell" when reading from stdinv8.2.2110Bram Moolenaar2020-12-082-1/+10
* patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabledv8.2.2109Bram Moolenaar2020-12-082-3/+9
* patch 8.2.2108: Vim9: no test to check for :let errorv8.2.2108Bram Moolenaar2020-12-082-6/+12
* patch 8.2.2107: Vim9: some errors not testedv8.2.2107Bram Moolenaar2020-12-074-14/+56
* patch 8.2.2106: TOML files are not recognizedv8.2.2106Bram Moolenaar2020-12-073-0/+6
* patch 8.2.2105: sound test is a bit flakyv8.2.2105Bram Moolenaar2020-12-062-9/+10
* patch 8.2.2104: build problem with Ruby 2.7v8.2.2104Bram Moolenaar2020-12-064-12/+24
* patch 8.2.2103: Vim9: unreachable codev8.2.2103Bram Moolenaar2020-12-062-12/+4
* patch 8.2.2102: Vim9: not all error messages testedv8.2.2102Bram Moolenaar2020-12-062-16/+52
* patch 8.2.2101: Vim9: memory leak when literal dict has an errorv8.2.2101Bram Moolenaar2020-12-063-0/+6
* patch 8.2.2100: insufficient testing for function range and dictv8.2.2100Bram Moolenaar2020-12-065-2/+41
* patch 8.2.2099: Vim9: some checks are not testedv8.2.2099Bram Moolenaar2020-12-064-7/+94
* patch 8.2.2098: Vim9: function argument of sort() and map() not testedv8.2.2098Bram Moolenaar2020-12-052-2/+26
* patch 8.2.2097: Vim9: using :silent! when calling a function prevents abortv8.2.2097Bram Moolenaar2020-12-055-2/+43
* patch 8.2.2096: Vim9: command modifiers not restored after assignmentv8.2.2096Bram Moolenaar2020-12-054-12/+50
* patch 8.2.2095: Vim9: crash when failed dict member is followed by concatv8.2.2095Bram Moolenaar2020-12-053-0/+30
* patch 8.2.2094: when an expression fails getting next command may be wrongv8.2.2094Bram Moolenaar2020-12-053-1/+19
* patch 8.2.2093: Vim9: script test sometimes failsv8.2.2093Bram Moolenaar2020-12-052-1/+5
* patch 8.2.2092: Vim9: unpredictable errors for script testsv8.2.2092Bram Moolenaar2020-12-056-21/+61
* patch 8.2.2091: MS-Windows: build warningsv8.2.2091Bram Moolenaar2020-12-043-1/+12
* patch 8.2.2090: Vim9: dict does not accept a key in quotesv8.2.2090Bram Moolenaar2020-12-046-29/+83
* patch 8.2.2089: libvterm test fails to build on Macv8.2.2089Bram Moolenaar2020-12-043-0/+8
* patch 8.2.2088: Vim9: script test sometimes failsv8.2.2088Bram Moolenaar2020-12-042-0/+3
* patch 8.2.2087: Vim9: memory leak when statement is truncatedv8.2.2087Bram Moolenaar2020-12-042-0/+6
* patch 8.2.2086: libvterm tests are only run on Linuxv8.2.2086Bram Moolenaar2020-12-035-9/+7
* patch 8.2.2085: Qt translation file is recognized as typescriptv8.2.2085Bram Moolenaar2020-12-033-3/+26
* patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode characterv8.2.2084Bram Moolenaar2020-12-037-30/+35
* patch 8.2.2083: Vim9: crash when using ":silent!" and getting member failsv8.2.2083Bram Moolenaar2020-12-023-4/+22
* patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar2020-12-0214-272/+260
* patch 8.2.2081: Vim9: cannot handle a linebreak after "=" in assignmentv8.2.2081Bram Moolenaar2020-12-024-3/+23
* patch 8.2.2080: Vim9: no proper error message for using s:var in for loopv8.2.2080Bram Moolenaar2020-12-023-0/+29
* patch 8.2.2079: Vim9: cannot put a linebreak before or after "in" of ":for"v8.2.2079Bram Moolenaar2020-12-023-2/+33
* patch 8.2.2078: illegal memory access when using :print on invalid textv8.2.2078Bram Moolenaar2020-12-023-1/+16
* patch 8.2.2077: build failure with small featuresv8.2.2077Bram Moolenaar2020-12-013-1/+9
* patch 8.2.2076: MS-Windows console: sometimes drops typed charactersv8.2.2076Bram Moolenaar2020-12-012-19/+9
* patch 8.2.2075: error for const argument to mapnew()v8.2.2075Bram Moolenaar2020-12-013-3/+11
* patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle rangev8.2.2074Bram Moolenaar2020-12-014-3/+22
* patch 8.2.2073: Vim9: for with unpack only works for local variablesv8.2.2073Bram Moolenaar2020-12-013-230/+322
* patch 8.2.2072: Vim9: list assign not well testedv8.2.2072Bram Moolenaar2020-11-303-2/+28
* patch 8.2.2071: Vim9: list assign doesn't except empty remainder listv8.2.2071Bram Moolenaar2020-11-303-25/+37
* patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommandsv8.2.2070Bram Moolenaar2020-11-307-2/+49
* Update runtime filesBram Moolenaar2020-11-2931-1215/+16277
* patch 8.2.2069: the quickfix window is not updated after setqflist()v8.2.2069Bram Moolenaar2020-11-293-2/+64