summaryrefslogtreecommitdiff
path: root/src/testdir/test80.in
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.873v7.3.873Bram Moolenaar2013-03-191-0/+4
| | | | | Problem: Cannot easily use :s to make title case. Solution: Have "\L\u" result in title case. (James McCoy)
* updated for version 7.3.803v7.3.803Bram Moolenaar2013-02-061-1/+12
| | | | | | Problem: Substitute with confirmation and then "q" does not replace anything. (John McGowan) Solution: Do not break the loop, skip to the end.
* updated for version 7.3.793v7.3.793Bram Moolenaar2013-01-301-0/+15
| | | | | Problem: New interactive :substutite behavior is not tested. Solution: Add tests. (Christian Brabandt)
* updated for version 7.3.225v7.3.225Bram Moolenaar2011-06-191-0/+150
Problem: Using "\n" in a substitute inside ":s" does not result in a line break. Solution: Change behavior inside vim_regexec_nl(). Add tests. (Motoya Kurotsu)