commit | c8fe645c198e2ca55c4e3446efbbdb9b995c63ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 17:04:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 03 17:04:37 2020 +0200 |
tree | fe1529e5520e4be8c901d981ecd3a102dd522f0f | |
parent | 588d241d44fc25ad4c5a635ee4fdeafdfcee0fde [diff] [blame] |
patch 8.2.1793: not consistently giving the "is a directory" warning Problem: Not consistently giving the "is a directory" warning. Solution: Adjust check for illegal file name and directory. (Yasuhiro Matsumoto, closes #7067)
diff --git a/src/version.c b/src/version.c index 33d39bd..beca185 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1793, +/**/ 1792, /**/ 1791,