| commit | 2f31e399780f434c9635a1da969020824440e03b | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Fri Oct 31 19:20:36 2014 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 31 19:20:36 2014 +0100 |
| tree | 37f34877a340a805d7ea6158bb720eccdf1d08cb | |
| parent | b851a96d5c201291d9e955afaf55979b3e410f9f [diff] |
updated for version 7.4.492
Problem: In Insert mode, after inserting a newline that inserts a comment
leader, CTRL-O moves to the right. (ZyX) Issue 57.
Solution: Correct the condition for moving the cursor back to the NUL.
(Christian Brabandt)