commit | 9a48961d8bd7ffea14330b9b0181a6cdbe9288f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 16:12:51 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 16:12:51 2017 +0200 |
tree | b84e20e2f95f1beb82a23d248c7ad0189a74068b | |
parent | d7383881c8e9f474a909b54b21abb0aa2b412ba2 [diff] |
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)
diff --git a/src/version.c b/src/version.c index 00733b3..13dff53 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 639, +/**/ 638, /**/ 637,