commit | 436e5d395fd629c8d33b5cf7b373aad007f16851 | [log] [tgz] |
---|---|---|
author | Justin M. Keyes <justinkz@gmail.com> | Fri Oct 21 14:34:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 14:34:25 2022 +0100 |
tree | 56e8e9656f3e25f098c9e281b6355abc92187f5b | |
parent | 4bc85f23ed2cf1fab20597ff15cefa675ea5e2c6 [diff] [blame] |
patch 9.0.0814: aws config files are not recognized Problem: Aws config files are not recognized. Solution: Use "confini" for aws config files. (Justin M. Keyes, closes #11416)
diff --git a/src/version.c b/src/version.c index 1052fb8..690a197 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 814, +/**/ 813, /**/ 812,