commit | 885f24fbcae2a39ae496ffb3a1e139379be8fae1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 22:54:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 01 22:54:46 2016 +0100 |
tree | 28b9abb3e91e8fae48f961e0c073bc2236a4b4ba | |
parent | 11e0afa00a8e6c0aa1d50f760b5d5cb62dade038 [diff] |
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)
diff --git a/src/version.c b/src/version.c index b8332bb..165b396 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1236, +/**/ 1235, /**/ 1234,