summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/highlight.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/highlight.c b/src/highlight.c
index 54e348d330..9aa149ff9c 100644
--- a/src/highlight.c
+++ b/src/highlight.c
@@ -860,7 +860,7 @@ highlight_reset_all(void)
highlight_set_termgui_attr(int idx, char_u *key, char_u *arg, int init)
{
int attr;
- int off;
+ size_t off;
keyvalue_T target;
keyvalue_T *entry;
diff --git a/src/version.c b/src/version.c
index 8cb3262c89..44f9923674 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 288,
+/**/
287,
/**/
286,