commit | 5fd0f5052f9a312bb4cfe7b4176b1211d45127ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 23:13:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 23:13:28 2019 +0100 |
tree | b82e59bfdcf65662e44803dabbfa77c11010bb70 | |
parent | 688b3983d8b321e0d32dd51914fa474a0988daf6 [diff] [blame] |
patch 8.1.0914: code related to findfile() is spread out Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
diff --git a/src/version.c b/src/version.c index f60b9d6..ed224a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 914, +/**/ 913, /**/ 912,