diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1236,
+/**/
     1235,
 /**/
     1234,