log src/version.c @ 23418:681f042ae5ac v8.2.2252

age author description
Thu, 31 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2252: Vim9: crash when using lambda without return type in dict v8.2.2252
Wed, 30 Dec 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.2251: test failures in legacy script v8.2.2251
Wed, 30 Dec 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.2250: Vim9: sublist is ambiguous v8.2.2250
Wed, 30 Dec 2020 15:00:05 +0100 Bram Moolenaar patch 8.2.2249: termcodes test is flaky when used over ssh v8.2.2249
Wed, 30 Dec 2020 14:15:03 +0100 Bram Moolenaar patch 8.2.2248: ASAN error on exit with GUI v8.2.2248
Wed, 30 Dec 2020 13:15:05 +0100 Bram Moolenaar patch 8.2.2247: VMS: various smaller problems v8.2.2247
Tue, 29 Dec 2020 21:00:08 +0100 Bram Moolenaar patch 8.2.2246: cursor keys not recognized at the hit-Enter prompt v8.2.2246
Tue, 29 Dec 2020 20:30:06 +0100 Bram Moolenaar patch 8.2.2245: Vim9: return value of winrestcmd() cannot be executed v8.2.2245
Tue, 29 Dec 2020 13:00:35 +0100 Bram Moolenaar patch 8.2.2244: crash when making the window width negative v8.2.2244
Tue, 29 Dec 2020 12:00:49 +0100 Bram Moolenaar patch 8.2.2243: crash when popup mask contains zeroes v8.2.2243
Tue, 29 Dec 2020 11:15:34 +0100 Bram Moolenaar patch 8.2.2242: Vim9: bar line continuation does not work at script level v8.2.2242
Mon, 28 Dec 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.2241: Build with Ruby and clang may fail v8.2.2241
Mon, 28 Dec 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.2240: clientserver test fails if full path is used v8.2.2240
Mon, 28 Dec 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenient v8.2.2239
Mon, 28 Dec 2020 18:30:03 +0100 Bram Moolenaar patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature v8.2.2238
Mon, 28 Dec 2020 16:00:03 +0100 Bram Moolenaar patch 8.2.2237: CI on Mac fails in sed command v8.2.2237
Mon, 28 Dec 2020 15:45:03 +0100 Bram Moolenaar patch 8.2.2236: 'scroll' option can change when setting the statusline v8.2.2236
Mon, 28 Dec 2020 15:15:03 +0100 Bram Moolenaar patch 8.2.2235: build failure with some Ruby versions v8.2.2235
Mon, 28 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2234: command line wildmenu test often fails with Unix GUI v8.2.2234
Mon, 28 Dec 2020 13:00:07 +0100 Bram Moolenaar patch 8.2.2233: cannot convert a byte index into a character index v8.2.2233
Sun, 27 Dec 2020 19:30:03 +0100 Bram Moolenaar patch 8.2.2232: compiler error for falling through into next case v8.2.2232
Sun, 27 Dec 2020 19:15:03 +0100 Bram Moolenaar patch 8.2.2231: when "--remote file" is used "file" is not reloaded v8.2.2231
Sun, 27 Dec 2020 18:15:03 +0100 Bram Moolenaar patch 8.2.2230: Vim9: insert completion runs into error v8.2.2230
Sun, 27 Dec 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.2229: build failure without the +eval feature v8.2.2229
Sun, 27 Dec 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.2228: Vim9: cannot use ":e #" because # starts a comment v8.2.2228
Sun, 27 Dec 2020 14:45:03 +0100 Bram Moolenaar patch 8.2.2227: Vim9: recognizing lambda is too complicated v8.2.2227
Sun, 27 Dec 2020 14:15:03 +0100 Bram Moolenaar patch 8.2.2226: Vim9: script test fails v8.2.2226
Sun, 27 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2225: Vim9: error when using :import in legacy script twice v8.2.2225
Sat, 26 Dec 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.2224: Vim9: crash if script reloaded with different variable type v8.2.2224
Sat, 26 Dec 2020 17:45:03 +0100 Bram Moolenaar patch 8.2.2223: Vim9: Reloading marks a :def function as deleted v8.2.2223
Sat, 26 Dec 2020 15:45:04 +0100 Bram Moolenaar patch 8.2.2222: Vim9: cannot keep script variables when reloading v8.2.2222
Sat, 26 Dec 2020 12:15:04 +0100 Bram Moolenaar patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is inserted v8.2.2221
Fri, 25 Dec 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.2220: Vim9: memory leak when parsing nested parenthesis v8.2.2220
Fri, 25 Dec 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2219: Vim9: method call with expression not supported v8.2.2219
Fri, 25 Dec 2020 20:30:03 +0100 Bram Moolenaar patch 8.2.2218: Vim9: failure if passing more args to lambda than expected v8.2.2218
Fri, 25 Dec 2020 20:00:03 +0100 Bram Moolenaar patch 8.2.2217: Vim9: command modifiers not restored in catch block v8.2.2217
Fri, 25 Dec 2020 19:30:03 +0100 Bram Moolenaar patch 8.2.2216: Vim9: range with missing colon can be hard to spot v8.2.2216
Fri, 25 Dec 2020 18:45:03 +0100 Bram Moolenaar patch 8.2.2215: Vim9: not recognized in global command v8.2.2215
Fri, 25 Dec 2020 17:45:03 +0100 Bram Moolenaar patch 8.2.2214: ":e#" does not give a warning for missing white space v8.2.2214
Fri, 25 Dec 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.2213: checking white space around -> is not backwards compatible v8.2.2213
Fri, 25 Dec 2020 15:30:04 +0100 Bram Moolenaar patch 8.2.2212: Vim9: lambda with => does not work at the script level v8.2.2212
Fri, 25 Dec 2020 14:00:03 +0100 Bram Moolenaar patch 8.2.2211: MS-Windows: can't load Python dll if not in the path v8.2.2211
Fri, 25 Dec 2020 13:30:03 +0100 Bram Moolenaar patch 8.2.2210: Vim9: allocating a type to set TTFLAG_BOOL_OK v8.2.2210
Fri, 25 Dec 2020 12:45:05 +0100 Bram Moolenaar patch 8.2.2209: Vim9: return type of => lambda not parsed v8.2.2209
Thu, 24 Dec 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2208: Vim9: after reloading a script variable index may be invalid v8.2.2208
Thu, 24 Dec 2020 18:45:03 +0100 Bram Moolenaar patch 8.2.2207: illegal memory access if popup menu items are changed v8.2.2207
Thu, 24 Dec 2020 17:30:04 +0100 Bram Moolenaar patch 8.2.2206: :exe command line completion only works for first argument v8.2.2206
Thu, 24 Dec 2020 16:15:03 +0100 Bram Moolenaar patch 8.2.2205: Vim9: memory leak when parsing lambda fails v8.2.2205
Thu, 24 Dec 2020 15:15:05 +0100 Bram Moolenaar patch 8.2.2204: Vim9: using -> both for method and lambda is confusing v8.2.2204
Thu, 24 Dec 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.2203: Moodle gift files are not recognized v8.2.2203
Wed, 23 Dec 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.2202: write file test still fails on MS-Windows v8.2.2202
Wed, 23 Dec 2020 21:00:04 +0100 Bram Moolenaar patch 8.2.2201: write file test fails on MS-Windows v8.2.2201
Wed, 23 Dec 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.2200: Vim9: lambda without white space around -> is confusing v8.2.2200
Wed, 23 Dec 2020 19:00:04 +0100 Bram Moolenaar patch 8.2.2199: first write after setting 'eol' does not have NL added v8.2.2199
Wed, 23 Dec 2020 14:45:04 +0100 Bram Moolenaar patch 8.2.2198: ml_get error when resizing window and using text property v8.2.2198
Wed, 23 Dec 2020 13:00:04 +0100 Bram Moolenaar patch 8.2.2197: assert arguments order reversed v8.2.2197
Wed, 23 Dec 2020 12:45:07 +0100 Bram Moolenaar patch 8.2.2196: :version output has extra spaces in compile and link command v8.2.2196
Tue, 22 Dec 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.2195: failing tests for :const v8.2.2195
Tue, 22 Dec 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.2194: Vim9: cannot use :const or :final at the script level v8.2.2194
Tue, 22 Dec 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.2193: Vim9: can change constant in :def function v8.2.2193