log src/version.c @ 23247:f2d05fb28e54 v8.2.2169

age author description
Sun, 20 Dec 2020 15:45:05 +0100 Bram Moolenaar patch 8.2.2169: Vim9: test leaves file behind v8.2.2169
Sun, 20 Dec 2020 15:30:04 +0100 Bram Moolenaar patch 8.2.2168: Vim9: error for assigning to dict of dict v8.2.2168
Sun, 20 Dec 2020 15:00:04 +0100 Bram Moolenaar patch 8.2.2167: Vim9: assign test fails v8.2.2167
Sun, 20 Dec 2020 13:15:04 +0100 Bram Moolenaar patch 8.2.2166: auto format doesn't work when deleting text v8.2.2166
Sat, 19 Dec 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.2165: Vim9: assignment to dict member does not work v8.2.2165
Sat, 19 Dec 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.2164: Vim9: autoload function doesn't work in uppercased script v8.2.2164
Sat, 19 Dec 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.2163: crash when discarded exception is the current exception v8.2.2163
Sat, 19 Dec 2020 16:45:06 +0100 Bram Moolenaar patch 8.2.2162: Vim9: Cannot load or store autoload variables v8.2.2162
Sat, 19 Dec 2020 13:45:03 +0100 Bram Moolenaar patch 8.2.2161: arguments -T and -x not tested yet v8.2.2161
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Fri, 18 Dec 2020 17:30:04 +0100 Bram Moolenaar patch 8.2.2159: Vim9: when declaring a list it is not allocated yet v8.2.2159
Fri, 18 Dec 2020 16:45:03 +0100 Bram Moolenaar patch 8.2.2158: CI on cirrus times out, coveralls doesn't always run v8.2.2158
Fri, 18 Dec 2020 15:45:05 +0100 Bram Moolenaar patch 8.2.2157: Vim9: can delete a Vim9 script variable from a function v8.2.2157
Fri, 18 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2156: Github actions run on pusing a tag v8.2.2156
Fri, 18 Dec 2020 13:30:04 +0100 Bram Moolenaar patch 8.2.2155: warning from Github actions for code analysis v8.2.2155
Thu, 17 Dec 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.2154: popupwin test for terminal buffer fails sometimes v8.2.2154
Thu, 17 Dec 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2153: popupwin test for latin1 still fails sometimes v8.2.2153
Thu, 17 Dec 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.2152: screenpos() does not include the WinBar offset v8.2.2152
Thu, 17 Dec 2020 21:00:05 +0100 Bram Moolenaar patch 8.2.2151: $dir not expanded when configure checks for moonjit v8.2.2151
Thu, 17 Dec 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.2150: Github actions CI isn't used for all available platforms v8.2.2150
Thu, 17 Dec 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.2149: popupwin test for latin1 sometimes fails v8.2.2149
Wed, 16 Dec 2020 21:45:06 +0100 Bram Moolenaar patch 8.2.2148: Vim9: crash when user command doesn't match v8.2.2148
Wed, 16 Dec 2020 21:15:04 +0100 Bram Moolenaar patch 8.2.2147: quickfix window title not updated in all tab pages v8.2.2147
Tue, 15 Dec 2020 21:45:05 +0100 Bram Moolenaar patch 8.2.2146: Vim9: automatic conversion of number to string for dict key v8.2.2146
Tue, 15 Dec 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.2145: Vim9: concatenating lists does not adjust type of result v8.2.2145
Mon, 14 Dec 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.2144: Vim9: some corner cases not tested v8.2.2144
Sun, 13 Dec 2020 21:30:05 +0100 Bram Moolenaar patch 8.2.2143: Vim9: dead code in compiling :unlet v8.2.2143
Sun, 13 Dec 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.2142: memory leak when heredoc is not terminated v8.2.2142
Sun, 13 Dec 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.2141: a user command with try/catch may not catch an expression error v8.2.2141
Sun, 13 Dec 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.2140: build failure with tiny features v8.2.2140
Sun, 13 Dec 2020 18:45:16 +0100 Bram Moolenaar patch 8.2.2139: Vim9: unreachable code in assignment v8.2.2139
Sun, 13 Dec 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit v8.2.2138
Sun, 13 Dec 2020 14:30:03 +0100 Bram Moolenaar patch 8.2.2137: Vim9: :echo and :execute give error for empty argument v8.2.2137
Sun, 13 Dec 2020 12:30:04 +0100 Bram Moolenaar patch 8.2.2136: Vim9: Using uninitialized variable v8.2.2136
Sat, 12 Dec 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.2135: Vim9: #{ still seen as start of dict in some places v8.2.2135
Sat, 12 Dec 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.2134: Vim9: get E1099 when autocmd triggered in builtin function v8.2.2134
Sat, 12 Dec 2020 19:00:03 +0100 Bram Moolenaar patch 8.2.2133: Vim9: checking for a non-empty string is too strict v8.2.2133
Sat, 12 Dec 2020 18:30:03 +0100 Bram Moolenaar patch 8.2.2132: padding not drawn properly for popup window with title v8.2.2132
Sat, 12 Dec 2020 14:45:05 +0100 Bram Moolenaar patch 8.2.2131: Vim9: crash when lambda uses same var as assignment v8.2.2131
Sat, 12 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2130: Insert mode completion messages end up in message history v8.2.2130
Fri, 11 Dec 2020 20:15:03 +0100 Bram Moolenaar patch 8.2.2129: MS-Windows: Checking if a file name is absolute is slow v8.2.2129
Fri, 11 Dec 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.2128: there is no way to do something on CTRL-Z v8.2.2128
Thu, 10 Dec 2020 21:15:04 +0100 Bram Moolenaar patch 8.2.2127: Vim9: executing user command from Vim9 script not tested v8.2.2127
Thu, 10 Dec 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.2126: Ruby: missing function prototype v8.2.2126
Thu, 10 Dec 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.2125: Vim9: leaking memory v8.2.2125
Thu, 10 Dec 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.2124: Vim9: a range cannot be computed at runtime v8.2.2124
Wed, 09 Dec 2020 18:15:03 +0100 Bram Moolenaar patch 8.2.2123: after using a complete popup the buffer is listed v8.2.2123
Wed, 09 Dec 2020 17:30:04 +0100 Bram Moolenaar patch 8.2.2122: Vim9: crash when sourcing vim9script early v8.2.2122
Wed, 09 Dec 2020 16:45:04 +0100 Bram Moolenaar patch 8.2.2121: internal error when using ze before zs in a pattern v8.2.2121
Wed, 09 Dec 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.2120: not all Perl functionality is tested v8.2.2120
Wed, 09 Dec 2020 16:00:03 +0100 Bram Moolenaar patch 8.2.2119: GTK3: status line background color is wrong v8.2.2119
Wed, 09 Dec 2020 13:30:04 +0100 Bram Moolenaar patch 8.2.2118: dead code in the job support v8.2.2118
Wed, 09 Dec 2020 12:45:05 +0100 Bram Moolenaar patch 8.2.2117: some functions use any value as a string v8.2.2117
Wed, 09 Dec 2020 12:15:04 +0100 Bram Moolenaar patch 8.2.2116: MS-Windows GUI: test for 'guifont' is incomplete v8.2.2116
Tue, 08 Dec 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.2115: Vim9: some errors not tested for; dead code v8.2.2115
Tue, 08 Dec 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2114: Vim9: unreachable code in assignment v8.2.2114
Tue, 08 Dec 2020 21:15:03 +0100 Bram Moolenaar patch 8.2.2113: MS-Windows GUI: crash after using ":set guifont=" four times v8.2.2113
Tue, 08 Dec 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.2112: running tests may leave some files behind v8.2.2112
Tue, 08 Dec 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.2111: GTK: menu background is the same color as the main window v8.2.2111
Tue, 08 Dec 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.2110: cannot use ":shell" when reading from stdin v8.2.2110