diff options
author | Julien Voisin <jvoisin@google.com> | 2022-04-08 19:55:39 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-08 19:55:39 +0100 |
commit | 5e1792270a072a96157e5d5e1d6a97414e26d0bf (patch) | |
tree | f38f81d11f15dbda22dba07bb137c927485762ca /src/version.c | |
parent | cbaff5e06ec525d31dc44093125c42029e01d508 (diff) | |
download | vim-git-5e1792270a072a96157e5d5e1d6a97414e26d0bf.tar.gz |
patch 8.2.4715: Vagrantfile not recognizedv8.2.4715
Problem: Vagrantfile not recognized.
Solution: Recognize Vagrantfile as ruby. (Julien Voisin, closes #10119)
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 efd76487a..5ffcdeb54 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4715, +/**/ 4714, /**/ 4713, |