comparison src/version.c @ 7879:895150cd3e6f v7.4.1236

commit https://github.com/vim/vim/commit/885f24fbcae2a39ae496ffb3a1e139379be8fae1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 1 22:54:46 2016 +0100 patch 7.4.1236 Problem: When "syntax manual" was used switching between buffers removes the highlighting. Solution: Set the syntax option without changing the value. (Anton Lindqvist)
author Christian Brabandt <cb@256bit.org>
date Mon, 01 Feb 2016 23:00:06 +0100
parents 7fbd2de703a9
children e7afe45a202a
comparison
equal deleted inserted replaced
7878:b50837349dc9 7879:895150cd3e6f
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 1236,
745 /**/ 747 /**/
746 1235, 748 1235,
747 /**/ 749 /**/
748 1234, 750 1234,
749 /**/ 751 /**/