summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-08 20:55:06 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-08 20:55:06 +0200
commit7ee80f766130f22598c928415c92ec612a8f18cf (patch)
tree96e6b8d24a23119e5c671e797bebc5d6f0bd3024 /src/version.c
parentce90e36f5969e733a0a919f1736453332c33aad6 (diff)
downloadvim-git-8.1.2012.tar.gz
patch 8.1.2012: more functions can be used as methodsv8.1.2012
Problem: More functions can be used as methods. Solution: Make terminal functions usable as a method. Fix term_getattr().
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0e58772bd..fee4ea3cd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2012,
+/**/
2011,
/**/
2010,