summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_substitute.vim
AgeCommit message (Expand)Author
2023-11-22patch 9.0.2121: [security]: use-after-free in ex_substitutev9.0.2121Christian Brabandt
2023-11-16patch 9.0.2108: [security]: overflow with count for :s commandv9.0.2108Christian Brabandt
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-09-06patch 9.0.1877: missing test for patch 9.0.1873v9.0.1877Christian Brabandt
2023-05-09patch 9.0.1535: test commented out in a wrong wayv9.0.1535Bram Moolenaar
2023-05-09patch 9.0.1534: test for expanding "~" in substitute takes too longv9.0.1534Bram Moolenaar
2023-05-09patch 9.0.1532: crash when expanding "~" in substitute causes very long textv9.0.1532Bram Moolenaar
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
2023-01-04patch 9.0.1145: invalid memory access with recursive substitute expressionv9.0.1145Bram Moolenaar
2022-11-25patch 9.0.0947: invalid memory access in substitute with functionv9.0.0947Bram Moolenaar
2022-10-10patch 9.0.0719: too many delete() calls in testsv9.0.0719Bram Moolenaar
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-09-16patch 9.0.0480: cannot use a :def varargs function with substitute()v9.0.0480zeertzjq
2022-09-16patch 9.0.0476: varargs does not work for replacement function of substitute()v9.0.0476zeertzjq
2022-09-13patch 9.0.0457: substitute prompt does not highlight an empty matchv9.0.0457Bram Moolenaar
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-06-21patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar
2022-06-18patch 8.2.5126: substitute may overrun destination bufferv8.2.5126Bram Moolenaar
2022-06-12patch 8.2.5078: substitute test has a one second delayv8.2.5078zeertzjq
2022-05-30patch 8.2.5044: command line test failsv8.2.5044Bram Moolenaar
2022-05-30patch 8.2.5043: can open a cmdline window from a substitute expressionv8.2.5043Bram Moolenaar
2022-05-26patch 8.2.5023: substitute overwrites allocated bufferv8.2.5023Bram Moolenaar
2022-05-18patch 8.2.4977: memory access error when substitute expression changes windowv8.2.4977Bram Moolenaar
2022-03-25patch 8.2.4628: not enough testing for 2/3 letter substitute commandsv8.2.4628Yegappan Lakshmanan
2022-03-05patch 8.2.4515: old subsitute syntax is still supportedv8.2.4515Bram Moolenaar
2022-01-29patch 8.2.4253: using freed memory when substitute with function callv8.2.4253Bram Moolenaar
2021-08-14patch 8.2.3345: some code not covered by testsv8.2.3345Dominique Pelle
2021-06-06patch 8.2.2948: substitute() accepts a number but not a float expressionv8.2.2948Bram Moolenaar
2021-05-03patch 8.2.2829: some comments are not correct or clearv8.2.2829Bram Moolenaar
2020-09-23patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar
2020-09-06patch 8.2.1621: crash when using submatch(0, 1) in substitute()v8.2.1621Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-04-11patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar
2020-03-30patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar
2020-03-25patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar
2020-02-11patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar
2020-02-05patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212Bram Moolenaar
2020-02-02patch 8.2.0197: some Ex commands not sufficiently testedv8.2.0197Bram Moolenaar
2020-01-29patch 8.2.0174: various commands not completely testedv8.2.0174Bram Moolenaar
2019-11-10patch 8.1.2282: crash when passing many arguments through a partialv8.1.2282Bram Moolenaar
2019-11-09patch 8.1.2280: crash when passing partial to substitute()v8.1.2280Bram Moolenaar
2019-10-31patch 8.1.2236: ml_get error if pattern matches beyond last linev8.1.2236Bram Moolenaar
2019-09-07patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar
2019-08-31patch 8.1.1951: mouse double click test is a bit flakyv8.1.1951Bram Moolenaar
2019-05-20patch 8.1.1360: buffer left 'nomodifiable' after :substitutev8.1.1360Bram Moolenaar
2019-05-18patch 8.1.1345: stuck in sandbox with ":s/../\=Function/gn"v8.1.1345Bram Moolenaar
2019-04-27patch 8.1.1214: old style testsv8.1.1214Bram Moolenaar
2019-03-27patch 8.1.1061: when substitute string throws error, substitute happens anywayv8.1.1061Bram Moolenaar
2019-02-10patch 8.1.0891: substitute command inssuficiently testedv8.1.0891Bram Moolenaar