commit | 7ee80f766130f22598c928415c92ec612a8f18cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 20:55:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 20:55:06 2019 +0200 |
tree | 96e6b8d24a23119e5c671e797bebc5d6f0bd3024 | |
parent | ce90e36f5969e733a0a919f1736453332c33aad6 [diff] [blame] |
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().
diff --git a/src/version.c b/src/version.c index 0e58772..fee4ea3 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2012, +/**/ 2011, /**/ 2010,