| commit | 341ad7a6994f30f420411b01f3020a999a663f5f | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 17:23:31 2010 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 17:23:31 2010 +0200 |
| tree | 162dc7b8e100a3747145003ef0bbf3b7770e0cab | |
| parent | 4a74803ef837eeb4d4fc799ac9a26fc93e584111 [diff] |
updated for version 7.3.020
Problem: Cursor position wrong when joining multiple lines and
'formatoptions' contains "a". (Moshe Kamensky)
Solution: Adjust cursor position for skipped indent. (Carlo Teubner)