diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-12-02 13:20:19 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-12-02 13:20:19 +0000 |
commit | cf650b7c9bf8310e2d5b04edced6f7290b759044 (patch) | |
tree | a3ed02d3d342acba2f09d16dcb59b8d3f788bdae /src/version.c | |
parent | 5390c05a3ca712da8fc56b14517c99c740551c0b (diff) | |
download | vim-git-cf650b7c9bf8310e2d5b04edced6f7290b759044.tar.gz |
patch 9.0.0987: file missing from list of distributed filesv9.0.0987
Problem: File missing from list of distributed files.
Solution: Add logfile.pro to list of distributed files.
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 23f1ac5f3..93e35f622 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 987, +/**/ 986, /**/ 985, |