summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2141: a user command with try/catch may not catch an expression errorv8.2.2141Bram Moolenaar2020-12-134-4/+34
* patch 8.2.2140: build failure with tiny featuresv8.2.2140Bram Moolenaar2020-12-132-0/+4
* patch 8.2.2139: Vim9: unreachable code in assignmentv8.2.2139Bram Moolenaar2020-12-133-4/+14
* patch 8.2.2138: Vim9: "exit_cb" causes Vim to exitv8.2.2138Bram Moolenaar2020-12-138-18/+59
* patch 8.2.2137: Vim9: :echo and :execute give error for empty argumentv8.2.2137Bram Moolenaar2020-12-135-26/+51
* patch 8.2.2136: Vim9: Using uninitialized variablev8.2.2136Bram Moolenaar2020-12-132-4/+7
* patch 8.2.2135: Vim9: #{ still seen as start of dict in some placesv8.2.2135Bram Moolenaar2020-12-123-2/+17
* patch 8.2.2134: Vim9: get E1099 when autocmd triggered in builtin functionv8.2.2134Bram Moolenaar2020-12-123-1/+23
* patch 8.2.2133: Vim9: checking for a non-empty string is too strictv8.2.2133Bram Moolenaar2020-12-126-24/+59
* patch 8.2.2132: padding not drawn properly for popup window with titlev8.2.2132Bram Moolenaar2020-12-125-8/+39
* patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar2020-12-127-47/+66
* patch 8.2.2130: Insert mode completion messages end up in message historyv8.2.2130Bram Moolenaar2020-12-123-1/+24
* patch 8.2.2129: MS-Windows: Checking if a file name is absolute is slowv8.2.2129Bram Moolenaar2020-12-112-15/+9
* patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar2020-12-117-1/+67
* Update runtime files.Bram Moolenaar2020-12-1020-213/+1744
* patch 8.2.2127: Vim9: executing user command from Vim9 script not testedv8.2.2127Bram Moolenaar2020-12-102-0/+23
* patch 8.2.2126: Ruby: missing function prototypev8.2.2126Bram Moolenaar2020-12-102-0/+6
* patch 8.2.2125: Vim9: leaking memoryv8.2.2125Bram Moolenaar2020-12-102-1/+3
* patch 8.2.2124: Vim9: a range cannot be computed at runtimev8.2.2124Bram Moolenaar2020-12-106-12/+128
* patch 8.2.2123: after using a complete popup the buffer is listedv8.2.2123Bram Moolenaar2020-12-093-0/+6
* patch 8.2.2122: Vim9: crash when sourcing vim9script earlyv8.2.2122Bram Moolenaar2020-12-093-2/+14
* patch 8.2.2121: internal error when using \ze before \zs in a patternv8.2.2121Bram Moolenaar2020-12-094-0/+43
* patch 8.2.2120: not all Perl functionality is testedv8.2.2120Bram Moolenaar2020-12-092-2/+21
* patch 8.2.2119: GTK3: status line background color is wrongv8.2.2119Bram Moolenaar2020-12-092-5/+10
* patch 8.2.2118: dead code in the job supportv8.2.2118Bram Moolenaar2020-12-092-3/+8
* 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