diff options
| author | Bram Moolenaar <Bram@vim.org> | 2019-09-04 18:15:19 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2019-09-04 18:15:19 +0200 |
| commit | 6a124e622cfe52619781c6a02119177a44d09210 (patch) | |
| tree | cce9965defdf07591d00ff9d6bcd0aeaebe1a316 /src/version.c | |
| parent | 08c308aeb5e7dfa18fa61f261b0bff79517a4883 (diff) | |
| download | vim-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.c | 2 |
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, |
