]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4a.027 v7.4a.027
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Jul 2013 15:15:25 +0000 (17:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Jul 2013 15:15:25 +0000 (17:15 +0200)
commit95064ece73a72fce696607ccc8896bc9e52af718
tree505ada105acb2691d3cc9f94c7edb970838825b8
parent33ca6bf240981363f3dfb259e3715ce4ee3302b3
updated for version 7.4a.027
Problem:    When Python adds lines to another buffer the cursor position is
            wrong, it might be below the last line causing ml_get errors.
            (Vlad Irnov)
Solution:   Temporarily change the current window, so that marks are corrected
            properly.
src/if_py_both.h
src/proto/buffer.pro
src/version.c
src/window.c