From 7ee80f766130f22598c928415c92ec612a8f18cf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 8 Sep 2019 20:55:06 +0200 Subject: patch 8.1.2012: more functions can be used as methods Problem: More functions can be used as methods. Solution: Make terminal functions usable as a method. Fix term_getattr(). --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 0e58772bd..fee4ea3cd 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2012, /**/ 2011, /**/ -- cgit v1.2.1