commit | d474686a09ef3f7529e65abe00cf8cd2ea8a95eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 27 14:27:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 27 14:27:20 2018 +0200 |
tree | 3157c6e5e94d83ea17f0043c2e649eb59a7c5325 | |
parent | 5f57bdcab77bc417ae0357fe8ad6c7259b6d25df [diff] [blame] |
patch 8.1.0498: /etc/gitconfig not recognized at a gitconfig file Problem: /etc/gitconfig not recognized at a gitconfig file. Solution: Add pattern to filetype detection. (closes #3568)
diff --git a/src/version.c b/src/version.c index c3f2e23..c867ecf 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 498, +/**/ 497, /**/ 496,