log src/version.c @ 23873:7d3ee4d508b5 v8.2.2478

age author description
Sun, 07 Feb 2021 14:15:04 +0100 Bram Moolenaar patch 8.2.2478: MS-Windows: backup files for plugins are loaded v8.2.2478
Sun, 07 Feb 2021 13:45:03 +0100 Bram Moolenaar patch 8.2.2477: autocommand tests hang on MS-Windows v8.2.2477
Sun, 07 Feb 2021 12:15:03 +0100 Bram Moolenaar patch 8.2.2476: using freed memory when splitting window while closing buffer v8.2.2476
Sat, 06 Feb 2021 19:30:05 +0100 Bram Moolenaar patch 8.2.2475: autocommand tests hangs on MS-Windows v8.2.2475
Sat, 06 Feb 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.2474: using freed memory when window is closed by autocommand v8.2.2474
Sat, 06 Feb 2021 18:15:06 +0100 Bram Moolenaar patch 8.2.2473: crash when leaving command line window triggers autocommand v8.2.2473
Sat, 06 Feb 2021 17:45:03 +0100 Bram Moolenaar patch 8.2.2472: crash when using command line window in an autocommand v8.2.2472
Sat, 06 Feb 2021 15:00:04 +0100 Bram Moolenaar patch 8.2.2471: popup_setoptions() does not set textprop in other tab v8.2.2471
Sat, 06 Feb 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.2470: popup_getoptions() does not get textprop from other tab v8.2.2470
Sat, 06 Feb 2021 13:00:03 +0100 Bram Moolenaar patch 8.2.2469: confusing error if :winsize has a wrong argument v8.2.2469
Sat, 06 Feb 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.2468: not easy to get the full command name from a shortened one v8.2.2468
Fri, 05 Feb 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.2467: script generated by :mkview changes alternate file v8.2.2467
Thu, 04 Feb 2021 22:15:04 +0100 Bram Moolenaar patch 8.2.2466: max() and min() can give many error messages v8.2.2466
Wed, 03 Feb 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.2465: using freed memory in :psearch v8.2.2465
Wed, 03 Feb 2021 22:00:04 +0100 Bram Moolenaar patch 8.2.2464: using freed memory if window closed in autocommand v8.2.2464
Wed, 03 Feb 2021 21:30:04 +0100 Bram Moolenaar patch 8.2.2463: using :arglocal in an autocommand may use freed memory v8.2.2463
Wed, 03 Feb 2021 20:15:04 +0100 Bram Moolenaar patch 8.2.2462: Coverity warns for not checking for fseek() error v8.2.2462
Wed, 03 Feb 2021 20:15:03 +0100 Bram Moolenaar patch 8.2.2461: Coverity warns for unchecked return value v8.2.2461
Wed, 03 Feb 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.2460: Coverity warns for unused value v8.2.2460
Wed, 03 Feb 2021 20:00:04 +0100 Bram Moolenaar patch 8.2.2459: Coverity reports dead code v8.2.2459
Wed, 03 Feb 2021 19:45:06 +0100 Bram Moolenaar patch 8.2.2458: Coverity warns for :retab using freed memory v8.2.2458
Wed, 03 Feb 2021 19:45:05 +0100 Bram Moolenaar patch 8.2.2457: Coverity warns for memory leak v8.2.2457
Wed, 03 Feb 2021 19:45:04 +0100 Bram Moolenaar patch 8.2.2456: Coverity warning for strcpy() into fixed size array v8.2.2456
Wed, 03 Feb 2021 17:45:06 +0100 Bram Moolenaar patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistent v8.2.2455
Wed, 03 Feb 2021 16:00:07 +0100 Bram Moolenaar patch 8.2.2454: leading space can not be made visible v8.2.2454
Tue, 02 Feb 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't work v8.2.2453
Tue, 02 Feb 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.2452: no completion for the 'filetype' option v8.2.2452
Mon, 01 Feb 2021 21:00:03 +0100 Bram Moolenaar patch 8.2.2451: MS-Windows: Extended Attributes not preserved v8.2.2451
Mon, 01 Feb 2021 20:45:04 +0100 Bram Moolenaar patch 8.2.2450: MS-Windows: ADS was not preserved if 'backupcopy' is "yes" v8.2.2450
Mon, 01 Feb 2021 20:15:04 +0100 Bram Moolenaar patch 8.2.2449: Vim9: flatten() always changes the list type