summaryrefslogtreecommitdiff
path: root/src/testdir/test_substitute.vim
AgeCommit message (Collapse)Author
2017-08-30patch 8.0.1022: test 80 is old styleBram Moolenaar
Problem: Test 80 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan)
2017-02-26patch 8.0.0374: invalid memory access when using :sc in Ex modeBram Moolenaar
Problem: Invalid memory access when using :sc in Ex mode. (Dominique Pelle) Solution: Avoid the column being negative. Also fix a hang in Ex mode.
2017-02-17patch 8.0.0336: flags of :substitute not sufficiently testedBram Moolenaar
Problem: Flags of :substitute not sufficiently tested. Solution: Test up to two letter flag combinations. (James McCoy, closes #1479)
2016-09-02patch 7.4.2307Bram Moolenaar
Problem: Several tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)