summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buffer.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f925129834..254331ef2b 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2527,6 +2527,9 @@ get_winopts(buf)
if (p_fdls >= 0)
curwin->w_p_fdl = p_fdls;
#endif
+#ifdef FEAT_SYN_HL
+ check_colorcolumn(curwin);
+#endif
}
/*
diff --git a/src/version.c b/src/version.c
index b6c460997d..37e09b359c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 175,
+/**/
174,
/**/
173,