log src/version.c @ 30146:d58afefecd6c v9.0.0409

age author description
Wed, 07 Sep 2022 20:45:03 +0200 Bram Moolenaar patch 9.0.0409: #{g:x} was seen as a curly-braces expression v9.0.0409
Wed, 07 Sep 2022 20:15:04 +0200 Bram Moolenaar patch 9.0.0408: GUI test sometimes fails on MS-Windows v9.0.0408
Wed, 07 Sep 2022 19:30:03 +0200 Bram Moolenaar patch 9.0.0407: matchstr() does match column offset v9.0.0407
Wed, 07 Sep 2022 18:30:03 +0200 Bram Moolenaar patch 9.0.0406: deferred functions not invoked when partial func exits v9.0.0406
Wed, 07 Sep 2022 18:00:04 +0200 Bram Moolenaar patch 9.0.0405: arguments in a partial not used by a :def function v9.0.0405
Wed, 07 Sep 2022 16:30:02 +0200 Bram Moolenaar patch 9.0.0404: crash when passing invalid arguments to assert_fails() v9.0.0404
Wed, 07 Sep 2022 15:45:05 +0200 Bram Moolenaar patch 9.0.0403: 'equalalways' may be off when 'laststatus' is zero v9.0.0403
Wed, 07 Sep 2022 15:15:03 +0200 Bram Moolenaar patch 9.0.0402: javascript module files are not recoginzed v9.0.0402
Wed, 07 Sep 2022 14:45:03 +0200 Bram Moolenaar patch 9.0.0401: CI uses older clang version v9.0.0401
Wed, 07 Sep 2022 14:15:06 +0200 Bram Moolenaar patch 9.0.0400: GUI test sometimes hangs on CI v9.0.0400
Tue, 06 Sep 2022 22:15:02 +0200 Bram Moolenaar patch 9.0.0399: using :defer in expression funcref not tested v9.0.0399
Tue, 06 Sep 2022 20:00:04 +0200 Bram Moolenaar patch 9.0.0398: members of funccall_T are inconsistently named v9.0.0398
Tue, 06 Sep 2022 19:45:04 +0200 Bram Moolenaar patch 9.0.0397: :defer not tested with exceptions and ":qa!" v9.0.0397
Tue, 06 Sep 2022 18:15:03 +0200 Bram Moolenaar patch 9.0.0396: :findrepl does not escape '&' and '~' properly v9.0.0396
Tue, 06 Sep 2022 17:45:05 +0200 Bram Moolenaar patch 9.0.0395: clang warnings for function prototypes v9.0.0395
Tue, 06 Sep 2022 12:30:03 +0200 Bram Moolenaar patch 9.0.0394: Cygwin: multibyte characters may be broken in terminal window v9.0.0394
Tue, 06 Sep 2022 12:00:04 +0200 Bram Moolenaar patch 9.0.0393: signals test often fails on FreeBSD v9.0.0393
Mon, 05 Sep 2022 23:00:03 +0200 Bram Moolenaar patch 9.0.0392: inverted condition is a bit confusing v9.0.0392
Mon, 05 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0391: using separate delete() call instead of writefile() 'D' flag v9.0.0391
Mon, 05 Sep 2022 22:30:04 +0200 Bram Moolenaar patch 9.0.0390: cannot use a partial with :defer v9.0.0390
Mon, 05 Sep 2022 21:00:03 +0200 Bram Moolenaar patch 9.0.0389: crash when 'tagfunc' closes the window v9.0.0389
Mon, 05 Sep 2022 19:30:03 +0200 Bram Moolenaar patch 9.0.0388: the do_arg_all() function is too long v9.0.0388
Mon, 05 Sep 2022 18:00:05 +0200 Bram Moolenaar patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context v9.0.0387
Mon, 05 Sep 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0386: some code blocks are nested too deep v9.0.0386
Mon, 05 Sep 2022 14:15:04 +0200 Bram Moolenaar patch 9.0.0385: GUI: when CTRL-D is mapped in Insert mode it gets inserted v9.0.0385
Mon, 05 Sep 2022 12:15:04 +0200 Bram Moolenaar patch 9.0.0384: Covertity still complains about using return value of getc() v9.0.0384
Mon, 05 Sep 2022 12:00:08 +0200 Bram Moolenaar patch 9.0.0383: Coverity complains about unused value v9.0.0383
Mon, 05 Sep 2022 12:00:06 +0200 Bram Moolenaar patch 9.0.0382: freeing the wrong string on failure v9.0.0382
Sun, 04 Sep 2022 22:30:04 +0200 Bram Moolenaar patch 9.0.0381: writefile test leaves files behind v9.0.0381
Sun, 04 Sep 2022 22:30:03 +0200 Bram Moolenaar patch 9.0.0380: deleting files in tests is a hassle