]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.675 v7.4.675
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Mar 2015 10:46:30 +0000 (11:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Mar 2015 10:46:30 +0000 (11:46 +0100)
commiteab316bdf9494eb1e076dfc5c8ec7ae000a0560f
treec7465d7034f6d752e569810b381bba462950f7fb
parent77b7710d4e0ec9c1f3d0d057d9fa335420273b37
updated for version 7.4.675
Problem:    When a FileReadPost autocommand moves the cursor inside a line it
            gets moved back.
Solution:   When checking whether an autocommand moved the cursor store the
            column as well. (Christian Brabandt)
src/ex_cmds.c
src/version.c