]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1896 v7.4.1896
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Jun 2016 18:14:07 +0000 (20:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Jun 2016 18:14:07 +0000 (20:14 +0200)
commit82faa259cc42379f2a17d598a2a39d14048685b0
treeb81ddb7d30034aa1741d75769a33ff5264724e8d
parent888ccac8902cee186fbd47e971881f6d9b19c068
patch 7.4.1896
Problem:    Invoking mark_adjust() when adding a new line below the last line
            is pointless.
Solution:   Skip calling mark_adjust() when appending below the last line.
src/misc1.c
src/ops.c
src/version.c