comparison src/version.c @ 11512:d32a62babf5f v8.0.0639

patch 8.0.0639: the cursor position is set when editing a new commit message commit https://github.com/vim/vim/commit/9a48961d8bd7ffea14330b9b0181a6cdbe9288f7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 13 16:12:51 2017 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Jun 2017 16:15:03 +0200
parents deb9295dccda
children 7c42cf66d5be
comparison
equal deleted inserted replaced
11511:d0ec98a59c07 11512:d32a62babf5f
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 639,
767 /**/ 769 /**/
768 638, 770 638,
769 /**/ 771 /**/
770 637, 772 637,
771 /**/ 773 /**/