summaryrefslogtreecommitdiff
path: root/src/testdir/test53.ok
AgeCommit message (Collapse)Author
2015-03-05updated for version 7.4.655Bram Moolenaar
Problem: Text deleted by "dit" depends on indent of closing tag. (Jan Parthey) Solution: Do not adjust oap->end in do_pending_operator(). (Christian Brabandt)
2014-12-13updated for version 7.4.551Bram Moolenaar
Problem: "ygn" may yank too much. (Fritzophrenic) Issue 295. Solution: Check the width of the next match. (Christian Brabandt)
2014-02-22updated for version 7.4.184Bram Moolenaar
Problem: match() does not work properly with a {count} argument. Solution: Compute the length once and update it. Quit the loop when at the end. (Hirohito Higashi)
2013-10-02updated for version 7.4.050Bram Moolenaar
Problem: "gn" selects too much for the pattern "\d" when there are two lines with a single digit. (Ryan Carney) Solution: Adjust the logic of is_one_char(). (Christian Brabandt)
2013-06-30updated for version 7.3.1275Bram Moolenaar
Problem: "gn" does not work when the match is a single character. Solution: Fix it, add a test. (Christian Brabandt)
2012-10-11updated for version 7.3.685Bram Moolenaar
Problem: No test for what patch 7.3.673 fixes. Solution: Add a test. (Christian Brabandt)
2012-09-05updated for version 7.3.647Bram Moolenaar
Problem: "gnd" doesn't work correctly in Visual mode. Solution: Handle Visual mode differently in "gn". (Christian Brabandt)
2012-08-29updated for version 7.3.645Bram Moolenaar
Problem: No tests for patch 7.3.625 and 7.3.637. Solution: Add more tests for the "gn" command and try/catch. (Christian Brabandt)
2012-07-25updated for version 7.3.610Bram Moolenaar
Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
2006-04-29updated for version 7.0f05Bram Moolenaar
2004-07-19updated for version 7.0011Bram Moolenaar
2004-07-02updated for version 7.0004Bram Moolenaar