diff src/version.c @ 10307:f4798aebef67 v8.0.0049

commit https://github.com/vim/vim/commit/2f97912800e86a296c001832bbbf2fc425f1e533 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 27 17:27:44 2016 +0200 patch 8.0.0049 Problem: When a match ends in part of concealed text highlighting, it might mess up concealing by resetting prev_syntax_id. Solution: Do not reset prev_syntax_id and add a test to verify. (Christian Brabandt, closes #1092)
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Oct 2016 17:30:04 +0200
parents 179794481db4
children 88331ee68367
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    49,
+/**/
     48,
 /**/
     47,