log src/testdir/test_substitute.vim @ 29214:9e0b45df95b0 v8.2.5126

age author description
Sat, 18 Jun 2022 21:00:04 +0200 Bram Moolenaar patch 8.2.5126: substitute may overrun destination buffer v8.2.5126
Sun, 12 Jun 2022 12:15:03 +0200 Bram Moolenaar patch 8.2.5078: substitute test has a one second delay v8.2.5078
Mon, 30 May 2022 17:15:03 +0200 Bram Moolenaar patch 8.2.5044: command line test fails v8.2.5044
Mon, 30 May 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.5043: can open a cmdline window from a substitute expression v8.2.5043
Thu, 26 May 2022 17:00:05 +0200 Bram Moolenaar patch 8.2.5023: substitute overwrites allocated buffer v8.2.5023
Wed, 18 May 2022 14:15:02 +0200 Bram Moolenaar patch 8.2.4977: memory access error when substitute expression changes window v8.2.4977
Fri, 25 Mar 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4628: not enough testing for 2/3 letter substitute commands v8.2.4628
Sat, 05 Mar 2022 22:15:02 +0100 Bram Moolenaar patch 8.2.4515: old subsitute syntax is still supported v8.2.4515
Sat, 29 Jan 2022 15:30:04 +0100 Bram Moolenaar patch 8.2.4253: using freed memory when substitute with function call v8.2.4253
Sat, 14 Aug 2021 21:15:02 +0200 Bram Moolenaar patch 8.2.3345: some code not covered by tests v8.2.3345
Sun, 06 Jun 2021 12:45:02 +0200 Bram Moolenaar patch 8.2.2948: substitute() accepts a number but not a float expression v8.2.2948
Mon, 03 May 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.2829: some comments are not correct or clear v8.2.2829
Wed, 23 Sep 2020 22:45:06 +0200 Bram Moolenaar patch 8.2.1736: failure to compile a pattern not tested much v8.2.1736
Sun, 06 Sep 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.1621: crash when using submatch(0, 1) in substitute() v8.2.1621
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, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Sat, 11 Apr 2020 17:15:06 +0200 Bram Moolenaar patch 8.2.0540: regexp and other code not tested v8.2.0540
Mon, 30 Mar 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0482: channel and sandbox code not sufficiently tested v8.2.0482
Wed, 25 Mar 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0448: various functions not properly tested v8.2.0448
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
Wed, 05 Feb 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0212: missing search/substitute pattern hardly tested v8.2.0212
Sun, 02 Feb 2020 15:45:03 +0100 Bram Moolenaar patch 8.2.0197: some Ex commands not sufficiently tested v8.2.0197
Wed, 29 Jan 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0174: various commands not completely tested v8.2.0174
Sun, 10 Nov 2019 00:15:04 +0100 Bram Moolenaar patch 8.1.2282: crash when passing many arguments through a partial v8.1.2282
Sat, 09 Nov 2019 22:30:04 +0100 Bram Moolenaar patch 8.1.2280: crash when passing partial to substitute() v8.1.2280
Thu, 31 Oct 2019 04:45:03 +0100 Bram Moolenaar patch 8.1.2236: ml_get error if pattern matches beyond last line v8.1.2236
Sat, 07 Sep 2019 19:15:04 +0200 Bram Moolenaar patch 8.1.2004: more functions can be used as methods v8.1.2004
Sat, 31 Aug 2019 18:00:03 +0200 Bram Moolenaar patch 8.1.1951: mouse double click test is a bit flaky v8.1.1951
Mon, 20 May 2019 20:45:06 +0200 Bram Moolenaar patch 8.1.1360: buffer left 'nomodifiable' after :substitute v8.1.1360
Sat, 18 May 2019 13:45:04 +0200 Bram Moolenaar patch 8.1.1345: stuck in sandbox with ":s/../=Function/gn" v8.1.1345
Sat, 27 Apr 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1214: old style tests v8.1.1214
Wed, 27 Mar 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.1061: when substitute string throws error, substitute happens anyway v8.1.1061
Sun, 10 Feb 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.0891: substitute command inssuficiently tested v8.1.0891
Sun, 10 Feb 2019 22:00:08 +0100 Bram Moolenaar patch 8.1.0887: the 'l' flag in :subsitute is sticky v8.1.0887
Wed, 09 Jan 2019 23:15:05 +0100 Bram Moolenaar patch 8.1.0711: test files still use function! v8.1.0711
Thu, 26 Oct 2017 20:30:05 +0200 Christian Brabandt patch 8.0.1221: still too many old style tests v8.0.1221
Wed, 30 Aug 2017 20:30:04 +0200 Christian Brabandt patch 8.0.1022: test 80 is old style v8.0.1022
Sun, 26 Feb 2017 14:15:04 +0100 Christian Brabandt patch 8.0.0374: invalid memory access when using :sc in Ex mode v8.0.0374
Fri, 17 Feb 2017 18:30:04 +0100 Christian Brabandt patch 8.0.0336: flags of :substitute not sufficiently tested v8.0.0336
Fri, 02 Sep 2016 20:00:09 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cd055da370114f66c960be9c8b1eb0f33a9e0a85 v7.4.2307