From ee4d1f2ccea1d1d6158f5781caa12dfcc1aad11d Mon Sep 17 00:00:00 2001 From: "pips.linux" Date: Thu, 7 Apr 2016 21:40:40 +0200 Subject: vim-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) https://github.com/vim/vim/commit/885f24fbcae2a39ae496ffb3a1e139379be8fae1 Patch applied cleanly to the nvim sources except for version.c. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index b9e97f205e..d0742bfbc4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -442,7 +442,7 @@ static int included_patches[] = { // 1239 NA // 1238 NA // 1237, - // 1236, + 1236, // 1235 NA // 1234 NA // 1233 NA -- cgit