log src/testdir/test_vimscript.vim @ 35162:860a5fb8eaf2 default tip

age author description
Sat, 09 Sep 2023 11:45:04 +0200 Christian Brabandt patch 9.0.1886: Various Typos v9.0.1886
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Wed, 14 Jun 2023 17:45:04 +0200 Bram Moolenaar patch 9.0.1631: passing wrong variable type to option gives multiple errors v9.0.1631
Wed, 24 May 2023 22:15:06 +0200 Bram Moolenaar patch 9.0.1576: users may not know what to do with an internal error v9.0.1576
Mon, 05 Dec 2022 16:30:04 +0100 Bram Moolenaar patch 9.0.1009: test for catch after interrupt is flaky on MS-Windows v9.0.1009
Mon, 05 Dec 2022 16:15:04 +0100 Bram Moolenaar patch 9.0.1008: test for swapfilelist() fails on MS-Windows v9.0.1008
Sun, 13 Nov 2022 00:15:03 +0100 Bram Moolenaar patch 9.0.0869: bogus error when string used after :elseif v9.0.0869
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Sat, 15 Oct 2022 22:45:02 +0200 Bram Moolenaar patch 9.0.0768: too many delete() calls in tests v9.0.0768
Thu, 06 Oct 2022 21:00:04 +0200 Bram Moolenaar patch 9.0.0678: using exclamation marks on :function v9.0.0678
Fri, 23 Sep 2022 22:15:03 +0200 Bram Moolenaar patch 9.0.0563: timer_info() test fails v9.0.0563
Thu, 22 Sep 2022 14:45:02 +0200 Bram Moolenaar patch 9.0.0543: insufficient testing for assert and test functions v9.0.0543
Sat, 17 Sep 2022 22:15:05 +0200 Bram Moolenaar patch 9.0.0491: no good reason to build without the float feature v9.0.0491
Mon, 27 Jun 2022 21:30:03 +0200 Bram Moolenaar patch 8.2.5169: nested :source may use NULL pointer v8.2.5169
Fri, 06 May 2022 19:00:05 +0200 Bram Moolenaar patch 8.2.4892: test failures because of changed error messages v8.2.4892
Sun, 03 Apr 2022 18:00:02 +0200 Bram Moolenaar patch 8.2.4676: test fails with different error v8.2.4676
Tue, 22 Mar 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4611: typos in tests; one lua line not covered by test v8.2.4611
Tue, 08 Mar 2022 20:45:03 +0100 Bram Moolenaar patch 8.2.4529: Vim9: comparing partial with function fails v8.2.4529
Wed, 02 Mar 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4489: failing test for comparing v:null with number v8.2.4489
Sat, 26 Feb 2022 13:00:04 +0100 Bram Moolenaar patch 8.2.4476: operator name spelled wrong v8.2.4476
Thu, 16 Dec 2021 22:15:04 +0100 Bram Moolenaar patch 8.2.3832: test fails because of changed error message v8.2.3832
Sat, 14 Aug 2021 15:30:03 +0200 Bram Moolenaar patch 8.2.3344: vimscript test fails v8.2.3344
Thu, 17 Jun 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.3016: confusing error when expression is followed by comma v8.2.3016
Thu, 10 Jun 2021 18:45:03 +0200 Bram Moolenaar patch 8.2.2969: subtracting from number option fails when result is zero v8.2.2969
Fri, 26 Mar 2021 20:45:02 +0100 Bram Moolenaar patch 8.2.2658: :for cannot loop over a string v8.2.2658
Thu, 18 Mar 2021 22:30:03 +0100 Bram Moolenaar patch 8.2.2621: typval2type() cannot handle recursive structures v8.2.2621
Tue, 12 Jan 2021 22:00:06 +0100 Bram Moolenaar patch 8.2.2339: cannot get the type of a value as a string v8.2.2339
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
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
Fri, 04 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1593: tests do not check the error number properly v8.2.1593
Sat, 22 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1512: failure after trinary expression fails v8.2.1512
Thu, 13 Aug 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1440: debugger code insufficiently tested v8.2.1440
Tue, 11 Aug 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1420: test 49 is old style v8.2.1420
Mon, 10 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1417: test 49 is old style v8.2.1417
Fri, 07 Aug 2020 17:00:05 +0200 Bram Moolenaar patch 8.2.1383: test 49 is old style v8.2.1383
Wed, 05 Aug 2020 11:30:03 +0200 Bram Moolenaar patch 8.2.1366: test 49 is old style v8.2.1366
Wed, 01 Jul 2020 14:45:05 +0200 Bram Moolenaar patch 8.2.1106: crash when trying to use s: variable in typed command v8.2.1106
Sun, 31 May 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.0866: not enough tests for buffer writing v8.2.0866
Sat, 25 Apr 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.0634: crash with null partial and blob v8.2.0634
Thu, 23 Apr 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.0619: null dict is not handled like an empty dict v8.2.0619
Mon, 20 Apr 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.0610: some tests are still old style v8.2.0610
Sun, 19 Apr 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.0602: :unlet $VAR does not work properly v8.2.0602
Sun, 12 Apr 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.0551: not all code for options is tested v8.2.0551
Wed, 08 Apr 2020 22:00:05 +0200 Bram Moolenaar patch 8.2.0533: tests using term_wait() can still be flaky v8.2.0533
Wed, 08 Apr 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0531: various errors not tested v8.2.0531
Mon, 06 Apr 2020 21:45:31 +0200 Bram Moolenaar patch 8.2.0522: several errors are not tested for v8.2.0522
Fri, 20 Mar 2020 18:30:05 +0100 Bram Moolenaar patch 8.2.0418: code in eval.c not sufficiently covered by tests v8.2.0418
Wed, 18 Mar 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.0401: not enough test coverage for evalvars.c v8.2.0401
Sat, 29 Feb 2020 13:45:04 +0100 Bram Moolenaar patch 8.2.0331: internal error when using test_void() and test_unknown() v8.2.0331
Fri, 21 Feb 2020 18:00:05 +0100 Bram Moolenaar patch 8.2.0293: various Ex commands not sufficiently tested v8.2.0293
Mon, 17 Feb 2020 22:15:07 +0100 Bram Moolenaar patch 8.2.0271: the "num64" feature is available everywhere v8.2.0271
Mon, 17 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0270: some code not covered by tests v8.2.0270
Tue, 11 Feb 2020 22:15:04 +0100 Bram Moolenaar patch 8.2.0243: insufficient code coverage for ex_docmd.c functions v8.2.0243
Thu, 30 Jan 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0183: tests fail when the float feature is disabled v8.2.0183
Thu, 02 Jan 2020 14:45:03 +0100 Bram Moolenaar patch 8.2.0078: expanding <sfile> works differently the second time v8.2.0078
Fri, 08 Nov 2019 23:15:03 +0100 Bram Moolenaar patch 8.1.2272: test may hang at more prompt v8.1.2272
Sun, 03 Nov 2019 16:30:03 +0100 Bram Moolenaar patch 8.1.2246: some tests are still in old style v8.1.2246
Sun, 08 Sep 2019 19:00:04 +0200 Bram Moolenaar patch 8.1.2011: more functions can be used as methods v8.1.2011
Sat, 24 Aug 2019 21:00:05 +0200 Bram Moolenaar patch 8.1.1921: more functions can be used as methods v8.1.1921