commit | 00efded1064427ab3f84e4d57af62e0aab876fc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 14:29:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 14:29:10 2016 +0200 |
tree | 05f2784ee424f2ae924c316081433e4d0061d778 | |
parent | 80632db65e8f5f775dadbbc10c5ba6c173ebb24f [diff] [blame] |
patch 7.4.1991 Problem: glob() does not add a symbolic link when there are no wildcards. Solution: Remove the call to mch_getperm().
diff --git a/src/version.c b/src/version.c index f86eccf..c6ab5f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1991, +/**/ 1990, /**/ 1989,