commit | 780154bf7a07813e474105837c2b5998009d9c71 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Nov 17 15:23:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 15:23:52 2022 +0000 |
tree | 218db9f4591b9307ff4181f1147f6cb71c10477f | |
parent | ee28c707e474682151554499874fc7bfb53360cb [diff] [blame] |
patch 9.0.0895: file renamed twice in test, missing feature check Problem: File renamed twice in test; missing feature check. Solution: Remove a rename() call. Add check for cryptv feature. (closes #11564)
diff --git a/src/version.c b/src/version.c index f4e9ee1..fdccde9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 895, +/**/ 894, /**/ 893,