diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-21 13:52:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-21 13:52:14 +0100 |
commit | 91ffda9852916004c9f318cd01b2f90751329bad (patch) | |
tree | 6b920a58d72699afe4ae9cc41e5ac9d80aab568a | |
parent | 6e77df2d8555ade4470e566011603ae40f1f0f3a (diff) | |
download | vim-git-91ffda9852916004c9f318cd01b2f90751329bad.tar.gz |
patch 8.0.1327: new proto file missing from distributionv8.0.1327
Problem: New proto file missing from distribution.
Solution: Add it. (closes #2355)
-rw-r--r-- | Filelist | 1 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -141,6 +141,7 @@ SRC_ALL = \ src/testdir/xterm_ramp.vim \ src/proto.h \ src/proto/arabic.pro \ + src/proto/beval.pro \ src/proto/blowfish.pro \ src/proto/buffer.pro \ src/proto/channel.pro \ diff --git a/src/version.c b/src/version.c index 7a7358d3e..9df29eb7d 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1327, +/**/ 1326, /**/ 1325, |