comparison src/version.c @ 7422:35af1e06696b v7.4.1015

commit https://github.com/vim/vim/commit/c21d67e33c1b42a492e04788cbb14a23a6724e39 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 22:27:55 2015 +0100 patch 7.4.1015 Problem: The column is not restored properly when the matchparen plugin is used in Insert mode and the cursor is after the end of the line. Solution: Set the curswant flag. (Christian Brabandt). Also fix highlighting the match of the character before the cursor.
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 22:30:05 +0100
parents 37092e334ef2
children c260e4df3a24
comparison
equal deleted inserted replaced
7421:d4385c9762b3 7422:35af1e06696b
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1015,
744 /**/ 746 /**/
745 1014, 747 1014,
746 /**/ 748 /**/
747 1013, 749 1013,
748 /**/ 750 /**/