commit | bcfa11b7dfdfbb4d412dd843a6da3fce68ba2e39 | [log] [tgz] |
---|---|---|
author | Tim Pope <code@tpope.net> | Sun Jan 23 11:28:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 11:28:16 2022 +0000 |
tree | 30466d30e8d229d7f3bc630568e03f3234c534b0 | |
parent | ff5cbe8133c6eb5dd86b9e042f32f589627e9bf9 [diff] [blame] |
patch 8.2.4188: not all gitconfig files are recognized Problem: Not all gitconfig files are recognized. Solution: Add a few more patterns. (Tim Pope, closes #9597)
diff --git a/src/version.c b/src/version.c index 1d5160f..59721bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4188, +/**/ 4187, /**/ 4186,