commit | 2bf60b300188a7a733408a21a9716362ef4e2c44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 23:14:43 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 23:14:43 2019 +0100 |
tree | b73b15ef10e2cd321277b1594e6afc31c2fcf052 | |
parent | 05a2907cde00ac3ccff01c59978f174c020cc375 [diff] |
patch 8.1.0775: matching too many files as zsh Problem: Matching too many files as zsh. (Danek Duvall) Solution: Be more specific with zsh filetype patterns.
diff --git a/src/version.c b/src/version.c index 575f0df..8584fce 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 775, +/**/ 774, /**/ 773,