summaryrefslogtreecommitdiff
path: root/src/testdir/test68.in
AgeCommit message (Collapse)Author
2013-10-06updated for version 7.4.052Bram Moolenaar
Problem: With 'fo' set to "a2" inserting a space in the first column may cause the cursor to jump to the previous line. Solution: Handle the case when there is no comment leader properly. (Tor Perkins) Also fix that cursor is in the wrong place when spaces get replaced with a Tab.
2012-07-25updated for version 7.3.612Bram Moolenaar
Problem: Auto formatting messes up text when 'fo' contains "2". (ZyX) Solution: Decrement "less_cols". (Tor Perkins)
2012-06-29updated for version 7.3.576Bram Moolenaar
Problem: Formatting of lists inside comments is not right yet. Solution: Use another solution and add a test. (Tor Perkins)
2012-06-13updated for version 7.3.552Bram Moolenaar
Problem: Formatting inside comments does not use the "2" flag in 'formatoptions'. Solution: Support the "2" flag. (Tor Perkins)
2010-10-09updated for version 7.3.020Bram Moolenaar
Problem: Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner)
2009-11-17updated for version 7.2-301Bram Moolenaar