]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0639: the cursor position is set when editing a new commit message v8.0.0639
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Jun 2017 14:12:51 +0000 (16:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Jun 2017 14:12:51 +0000 (16:12 +0200)
commit9a48961d8bd7ffea14330b9b0181a6cdbe9288f7
treeb84e20e2f95f1beb82a23d248c7ad0189a74068b
parentd7383881c8e9f474a909b54b21abb0aa2b412ba2
patch 8.0.0639: the cursor position is set when editing a new commit message

Problem:    The cursor position is set to the last position in a new commit
            message.
Solution:   Don't set the position if the filetype matches "commit".
            (Christian Brabandt)
runtime/defaults.vim
src/version.c