summaryrefslogtreecommitdiffstats
path: root/src/testdir/test69.in
AgeCommit message (Collapse)Author
2019-12-16patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar
Problem: Test69 and test95 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
2019-08-22patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method.
2014-06-12updated for version 7.4.323v7.4.323Bram Moolenaar
Problem: Substitute() with zero width pattern breaks multi-byte character. Solution: Take multi-byte character size into account. (Yukihiro Nakadaira)
2014-02-22updated for version 7.4.187v7.4.187Bram Moolenaar
Problem: Delete that crosses line break splits multi-byte character. Solution: Advance a character instead of a byte. (Cade Foster)
2013-11-02updated for version 7.4.057v7.4.057Bram Moolenaar
Problem: byteidx() does not work for composing characters. Solution: Add byteidxcomp().
2013-03-07updated for version 7.3.853v7.3.853Bram Moolenaar
Problem: Using "ra" in multiple lines on multi-byte characters leaves a few characters not replaced. Solution: Adjust the end column only in the last line. (Yasuhiro Matsumoto)
2013-01-17updated for version 7.3.769v7.3.769Bram Moolenaar
Problem: 'matchpairs' does not work with multi-byte characters. Solution: Make it work. (Christian Brabandt)
2009-11-17updated for version 7.2-301v7.2.301Bram Moolenaar