summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-04 18:15:19 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-04 18:15:19 +0200
commit6a124e622cfe52619781c6a02119177a44d09210 (patch)
treecce9965defdf07591d00ff9d6bcd0aeaebe1a316 /src/version.c
parent08c308aeb5e7dfa18fa61f261b0bff79517a4883 (diff)
downloadvim-git-8.1.1982.tar.gz
patch 8.1.1982: more functions can be used as methodsv8.1.1982
Problem: More functions can be used as methods. Solution: Make popup functions usable as a method.
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 fb68068bc..515564d64 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 */
/**/
+ 1982,
+/**/
1981,
/**/
1980,