log src/version.c @ 23715:b6d8d9578375 v8.2.2399

age author description
Sun, 24 Jan 2021 12:15:04 +0100 Bram Moolenaar patch 8.2.2399: fold test fails in wide terminal v8.2.2399
Sat, 23 Jan 2021 15:30:05 +0100 Bram Moolenaar patch 8.2.2398: method test fails v8.2.2398
Sat, 23 Jan 2021 15:30:04 +0100 Bram Moolenaar patch 8.2.2397: Vim9: "%%" not seen as alternate file name for ":bdel" v8.2.2397
Sat, 23 Jan 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.2396: Vim9: no white space allowed before "->" v8.2.2396
Sat, 23 Jan 2021 13:45:04 +0100 Bram Moolenaar patch 8.2.2395: Vim9: error for wrong type may report wrong line number v8.2.2395
Fri, 22 Jan 2021 22:45:03 +0100 Bram Moolenaar patch 8.2.2394: Vim9: min() and max() return type is "any" v8.2.2394
Fri, 22 Jan 2021 22:15:04 +0100 Bram Moolenaar patch 8.2.2393: Vim9: error message when script line starts with "[{" v8.2.2393
Fri, 22 Jan 2021 21:00:06 +0100 Bram Moolenaar patch 8.2.2392: fennel filetype not recognized v8.2.2392
Fri, 22 Jan 2021 21:00:05 +0100 Bram Moolenaar patch 8.2.2391: memory leak when creating a global function with closure v8.2.2391
Fri, 22 Jan 2021 18:00:05 +0100 Bram Moolenaar patch 8.2.2390: Vim9: using positive offset is unexpected v8.2.2390
Thu, 21 Jan 2021 23:00:05 +0100 Bram Moolenaar patch 8.2.2389: test failure on a few systems v8.2.2389
Thu, 21 Jan 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.2388: no easy way to get the maximum or mininum number value v8.2.2388
Thu, 21 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2387: runtime type check does not mention argument index v8.2.2387
Thu, 21 Jan 2021 19:45:06 +0100 Bram Moolenaar patch 8.2.2386: Vim9: crash when using ":silent! put" v8.2.2386
Thu, 21 Jan 2021 17:15:04 +0100 Bram Moolenaar patch 8.2.2385: "gj" and "gk" do not work correctly when inside a fold v8.2.2385
Thu, 21 Jan 2021 15:00:05 +0100 Bram Moolenaar patch 8.2.2384: turtle filetype not recognized v8.2.2384
Thu, 21 Jan 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.2383: focus escape sequences are not named v8.2.2383
Thu, 21 Jan 2021 13:15:04 +0100 Bram Moolenaar patch 8.2.2382: build failure v8.2.2382
Thu, 21 Jan 2021 12:45:05 +0100 Bram Moolenaar patch 8.2.2381: Vim9: divide by zero does not abort expression execution v8.2.2381
Wed, 20 Jan 2021 22:30:04 +0100 Bram Moolenaar patch 8.2.2380: Vim9: occasional crash when using try/catch and a timer v8.2.2380
Wed, 20 Jan 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.2379: do spell suggestions twice if 'spellsuggest' contains number v8.2.2379
Wed, 20 Jan 2021 21:30:04 +0100 Bram Moolenaar patch 8.2.2378: Vim9: no error message for dividing by zero v8.2.2378
Tue, 19 Jan 2021 23:00:04 +0100 Bram Moolenaar patch 8.2.2377: Vim9: crash when using a range after another expression v8.2.2377
Tue, 19 Jan 2021 22:30:08 +0100 Bram Moolenaar patch 8.2.2376: Vim9: crash when dividing by zero in compiled code v8.2.2376
Tue, 19 Jan 2021 17:30:06 +0100 Bram Moolenaar patch 8.2.2375: test for RGB color skipped in the terminal v8.2.2375
Sun, 17 Jan 2021 22:15:05 +0100 Bram Moolenaar patch 8.2.2374: accessing uninitialized memory in test_undo v8.2.2374
Sun, 17 Jan 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2373: Vim9: list assignment only accepts a number index v8.2.2373
Sun, 17 Jan 2021 21:00:04 +0100 Bram Moolenaar patch 8.2.2372: confusing error message for wrong :let command v8.2.2372
Sun, 17 Jan 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.2371: Vim9: crash when using types in :for with unpack v8.2.2371
Sun, 17 Jan 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.2370: Vim9: command fails in catch block v8.2.2370
Sun, 17 Jan 2021 16:30:05 +0100 Bram Moolenaar patch 8.2.2369: Vim9: functions return true/false but can't be used as bool v8.2.2369
Sun, 17 Jan 2021 14:00:04 +0100 Bram Moolenaar patch 8.2.2368: insufficient tests for setting options v8.2.2368
Sun, 17 Jan 2021 13:30:05 +0100 Bram Moolenaar patch 8.2.2367: test failures on some less often used systems v8.2.2367
Sat, 16 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2366: when using ":sleep" the cursor is always displayed v8.2.2366
Sat, 16 Jan 2021 19:15:04 +0100 Bram Moolenaar patch 8.2.2365: Vim9: no check for map() changing item type at script level v8.2.2365
Sat, 16 Jan 2021 18:15:04 +0100 Bram Moolenaar patch 8.2.2364: Vim9: line break in lambda accesses freed memory v8.2.2364
Sat, 16 Jan 2021 17:00:03 +0100 Bram Moolenaar patch 8.2.2363: curpos() does not accept a string argument as before v8.2.2363
Sat, 16 Jan 2021 16:15:04 +0100 Bram Moolenaar patch 8.2.2362: Vim9: check of builtin function argument type is incomplete v8.2.2362
Sat, 16 Jan 2021 14:45:04 +0100 Bram Moolenaar patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc' v8.2.2361
Sat, 16 Jan 2021 13:45:04 +0100 Bram Moolenaar patch 8.2.2360: test leaves file behind v8.2.2360
Sat, 16 Jan 2021 13:15:04 +0100 Bram Moolenaar patch 8.2.2359: strange test failure with MS-Windows v8.2.2359
Sat, 16 Jan 2021 11:30:05 +0100 Bram Moolenaar patch 8.2.2358: wrong #ifdef for use_xterm_like_mouse() v8.2.2358
Fri, 15 Jan 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.2357: Vim9: crash when parsing function return type fails v8.2.2357
Fri, 15 Jan 2021 18:15:05 +0100 Bram Moolenaar patch 8.2.2356: Vim9: ":put =expr" does not handle a list properly v8.2.2356
Fri, 15 Jan 2021 17:00:05 +0100 Bram Moolenaar patch 8.2.2355: stray test failure on Appveyor v8.2.2355
Fri, 15 Jan 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.2354: crash with a weird combination of autocommands v8.2.2354
Fri, 15 Jan 2021 13:45:05 +0100 Bram Moolenaar patch 8.2.2353: spartql files are not detected v8.2.2353
Thu, 14 Jan 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.2352: if focus lost/gained is received twice code is not ignored v8.2.2352
Thu, 14 Jan 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2351: Vim9: error msg for "throw" in function called with "silent!" v8.2.2351
Thu, 14 Jan 2021 21:45:05 +0100 Bram Moolenaar patch 8.2.2350: using "void" for no reason v8.2.2350
Thu, 14 Jan 2021 20:45:05 +0100 Bram Moolenaar patch 8.2.2349: Vim9: cannot handle line break after parenthesis at line end v8.2.2349
Thu, 14 Jan 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.2348: no check for modified files after focus gained v8.2.2348
Thu, 14 Jan 2021 19:15:04 +0100 Bram Moolenaar patch 8.2.2347: build failure without GUI v8.2.2347
Thu, 14 Jan 2021 18:00:04 +0100 Bram Moolenaar patch 8.2.2346: Codecov reports every little coverage drop v8.2.2346
Thu, 14 Jan 2021 17:45:05 +0100 Bram Moolenaar patch 8.2.2345: no focus events in a terminal v8.2.2345
Wed, 13 Jan 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2344: using inclusive index for slice is not always desired v8.2.2344
Wed, 13 Jan 2021 20:45:04 +0100 Bram Moolenaar patch 8.2.2343: Vim9: return type of readfile() is any v8.2.2343
Wed, 13 Jan 2021 20:15:04 +0100 Bram Moolenaar patch 8.2.2342: "char" functions may return wrong column in Insert mode v8.2.2342
Wed, 13 Jan 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.2341: expresison command line completion incomplete after "g:" v8.2.2341
Tue, 12 Jan 2021 22:15:03 +0100 Bram Moolenaar patch 8.2.2340: win_execute() unexpectedly returns number zero when failing v8.2.2340