summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2201: write file test fails on MS-Windowsv8.2.2201Bram Moolenaar2020-12-232-1/+5
* patch 8.2.2200: Vim9: lambda without white space around -> is confusingv8.2.2200Bram Moolenaar2020-12-234-9/+20
* patch 8.2.2199: first write after setting 'eol' does not have NL addedv8.2.2199Bram Moolenaar2020-12-233-1/+21
* patch 8.2.2198: ml_get error when resizing window and using text propertyv8.2.2198Bram Moolenaar2020-12-235-3/+37
* Update runtime files.Bram Moolenaar2020-12-231-1/+1
* patch 8.2.2197: assert arguments order reversedv8.2.2197Bram Moolenaar2020-12-232-2/+4
* patch 8.2.2196: :version output has extra spaces in compile and link commandv8.2.2196Bram Moolenaar2020-12-233-4/+6
* patch 8.2.2195: failing tests for :constv8.2.2195Bram Moolenaar2020-12-224-8/+8
* patch 8.2.2194: Vim9: cannot use :const or :final at the script levelv8.2.2194Bram Moolenaar2020-12-225-15/+70
* patch 8.2.2193: Vim9: can change constant in :def functionv8.2.2193Bram Moolenaar2020-12-225-10/+39
* patch 8.2.2192: Codecov on github actions failsv8.2.2192Bram Moolenaar2020-12-221-0/+2
* patch 8.2.2191: Vim9: using wrong name with lambda in nested functionv8.2.2191Bram Moolenaar2020-12-223-13/+46
* patch 8.2.2190: Vim9: crash when compiled with EXITFREEv8.2.2190Bram Moolenaar2020-12-223-2/+27
* patch 8.2.2189: cannot repeat a command that uses the small delete registerv8.2.2189Bram Moolenaar2020-12-224-2/+22
* patch 8.2.2188: Vim9: crash when calling global function from :def functionv8.2.2188Bram Moolenaar2020-12-2210-91/+143
* patch 8.2.2187: Python 3 test fails sometimesv8.2.2187Bram Moolenaar2020-12-222-5/+8
* patch 8.2.2186: Vim9: error when using 'opfunc'v8.2.2186Bram Moolenaar2020-12-225-5/+39
* Add missing change to version.cBram Moolenaar2020-12-221-0/+2
* patch 8.2.2185: BufUnload is not triggered for the quickfix dummy bufferv8.2.2185Bram Moolenaar2020-12-222-85/+108
* patch 8.2.2184: Vim9: no error when using "2" for a line numberv8.2.2184Bram Moolenaar2020-12-215-3/+21
* patch 8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are usedv8.2.2183Bram Moolenaar2020-12-213-0/+24
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-2117-42/+98
* patch 8.2.2181: valgrind warnings for using uninitialized valuev8.2.2181Bram Moolenaar2020-12-213-24/+32
* patch 8.2.2180: Vim9: test for error after error is flakyv8.2.2180Bram Moolenaar2020-12-212-1/+6
* patch 8.2.2179: Vim9: crash when indexing a dict with a numberv8.2.2179Bram Moolenaar2020-12-217-129/+232
* patch 8.2.2178: Python 3: non-utf8 character cannot be handledv8.2.2178Bram Moolenaar2020-12-216-9/+34
* patch 8.2.2177: pattern "^" does not match if first character is combiningv8.2.2177Bram Moolenaar2020-12-213-3/+18
* patch 8.2.2176: crash with a sequence of fold commandsv8.2.2176Bram Moolenaar2020-12-213-1/+10
* patch 8.2.2175: github actions: clang-11 handling suboptimalv8.2.2175Bram Moolenaar2020-12-211-0/+2
* patch 8.2.2174: Mac version doesn't specify the CPU architecturev8.2.2174Bram Moolenaar2020-12-211-0/+7
* patch 8.2.2173: Vim9: get internal error when assigning to undefined variablev8.2.2173Bram Moolenaar2020-12-205-4/+19
* patch 8.2.2172: Vim9: number of arguments is not always checkedv8.2.2172Bram Moolenaar2020-12-206-8/+55
* patch 8.2.2171: valgrind warning for using uninitialized valuev8.2.2171Bram Moolenaar2020-12-202-1/+3
* patch 8.2.2170: Vim9: a global function defined in a :def function failsv8.2.2170Bram Moolenaar2020-12-206-45/+114
* patch 8.2.2169: Vim9: test leaves file behindv8.2.2169Bram Moolenaar2020-12-203-22/+50
* patch 8.2.2168: Vim9: error for assigning to dict of dictv8.2.2168Bram Moolenaar2020-12-203-5/+15
* patch 8.2.2167: Vim9: assign test failsv8.2.2167Bram Moolenaar2020-12-202-1/+17
* patch 8.2.2166: auto format doesn't work when deleting textv8.2.2166Bram Moolenaar2020-12-203-0/+15
* patch 8.2.2165: Vim9: assignment to dict member does not workv8.2.2165Bram Moolenaar2020-12-195-6/+20
* patch 8.2.2164: Vim9: autoload function doesn't work in uppercased scriptv8.2.2164Bram Moolenaar2020-12-193-1/+23
* patch 8.2.2163: crash when discarded exception is the current exceptionv8.2.2163Bram Moolenaar2020-12-192-5/+6
* patch 8.2.2162: Vim9: Cannot load or store autoload variablesv8.2.2162Bram Moolenaar2020-12-1910-15/+106
* patch 8.2.2161: arguments -T and -x not tested yetv8.2.2161Bram Moolenaar2020-12-192-0/+49
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-1839-51/+54
* patch 8.2.2159: Vim9: when declaring a list it is not allocated yetv8.2.2159Bram Moolenaar2020-12-183-1/+35
* patch 8.2.2158: CI on cirrus times out, coveralls doesn't always runv8.2.2158Bram Moolenaar2020-12-181-0/+2
* patch 8.2.2157: Vim9: can delete a Vim9 script variable from a functionv8.2.2157Bram Moolenaar2020-12-183-0/+20
* patch 8.2.2156: Github actions run on pusing a tagv8.2.2156Bram Moolenaar2020-12-181-0/+2
* patch 8.2.2155: warning from Github actions for code analysisv8.2.2155Bram Moolenaar2020-12-181-0/+2
* patch 8.2.2154: popupwin test for terminal buffer fails sometimesv8.2.2154Bram Moolenaar2020-12-172-3/+6