]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.052 v7.4.052
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Oct 2013 15:46:56 +0000 (17:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Oct 2013 15:46:56 +0000 (17:46 +0200)
commit2c019c8696ca56d1a9d1bb10fd1411bad14df0c6
tree43f484452ad6a18059a901cbf076fffd9b53e7bf
parenta951e35478fd78d6d3cd970842502fb76c377df9
updated for version 7.4.052
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.
src/misc1.c
src/ops.c
src/testdir/test68.in
src/testdir/test68.ok
src/version.c