summaryrefslogtreecommitdiff
path: root/src/testdir/test39.ok
AgeCommit message (Collapse)Author
2015-02-03updated for version 7.4.616Bram Moolenaar
Problem: Cannot insert a tab in front of a block. Solution: Correctly compute aop->start. (Christian Brabandt)
2014-12-17updated for version 7.4.559Bram Moolenaar
Problem: Appending a block in the middle of a tab does not work correctly when virtualedit is set. Solution: Decrement spaces and count, don't reset them. (James McCoy)
2014-08-16updated for version 7.4.407Bram Moolenaar
Problem: Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) Solution: Reset the update_Insstart_orig flag. (Christian Brabandt)
2014-03-19updated for version 7.4.210Bram Moolenaar
Problem: Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) Solution: Take coladd into account. (Christian Brabandt)
2014-01-14updated for version 7.4.147Bram Moolenaar
Problem: Cursor moves to wrong position when using "gj" after "$" and virtual editing is active. Solution: Make "gj" behave differently when virtual editing is active. (Hirohito Higashi)
2013-11-21updated for version 7.4.099Bram Moolenaar
Problem: Append in blockwise Visual mode with "$" is wrong. Solution: After "$" don't use the code that checks if the cursor was moved. (Hirohito Higashi, Ken Takata)
2013-11-11updated for version 7.4.085Bram Moolenaar
Problem: When inserting text in Visual block mode and moving the cursor the wrong text gets repeated in other lines. Solution: Use the '[ mark to find the start of the actually inserted text. (Christian Brabandt)
2013-11-04updated for version 7.4.064Bram Moolenaar
Problem: When replacing a character in Visual block mode, entering a CR does not cause a repeated line break. Solution: Recognize the situation and repeat the line break. (Christian Brabandt)
2008-02-06updated for version 7.1-243Bram Moolenaar
2004-06-13updated for version 7.0001Bram Moolenaar