summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-212-13/+18
* 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-183-1/+5
* 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-183-9/+13
* patch 8.2.2155: warning from Github actions for code analysisv8.2.2155Bram Moolenaar2020-12-182-5/+2
* patch 8.2.2154: popupwin test for terminal buffer fails sometimesv8.2.2154Bram Moolenaar2020-12-172-3/+6
* patch 8.2.2153: popupwin test for latin1 still fails sometimesv8.2.2153Bram Moolenaar2020-12-172-0/+6
* patch 8.2.2152: screenpos() does not include the WinBar offsetv8.2.2152Bram Moolenaar2020-12-173-1/+8
* patch 8.2.2151: $dir not expanded when configure checks for moonjitv8.2.2151Bram Moolenaar2020-12-173-2/+4
* patch 8.2.2150: Github actions CI isn't used for all available platformsv8.2.2150Bram Moolenaar2020-12-178-331/+660
* patch 8.2.2149: popupwin test for latin1 sometimes failsv8.2.2149Bram Moolenaar2020-12-172-0/+5
* patch 8.2.2148: Vim9: crash when user command doesn't matchv8.2.2148Bram Moolenaar2020-12-163-1/+12
* patch 8.2.2147: quickfix window title not updated in all tab pagesv8.2.2147Bram Moolenaar2020-12-163-7/+38
* patch 8.2.2146: Vim9: automatic conversion of number to string for dict keyv8.2.2146Bram Moolenaar2020-12-153-0/+15
* patch 8.2.2145: Vim9: concatenating lists does not adjust type of resultv8.2.2145Bram Moolenaar2020-12-153-6/+35
* patch 8.2.2144: Vim9: some corner cases not testedv8.2.2144Bram Moolenaar2020-12-143-12/+27
* patch 8.2.2143: Vim9: dead code in compiling :unletv8.2.2143Bram Moolenaar2020-12-132-7/+3
* patch 8.2.2142: memory leak when heredoc is not terminatedv8.2.2142Bram Moolenaar2020-12-132-0/+3