commit | d8a8c4ca089eaaf7934c0f2b3be676df5a4c0248 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 21:04:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 21:04:57 2019 +0100 |
tree | 8a9ab33abc3aa6620c25af6773c8686c279687d3 | |
parent | abe12a1a4fce36bfa5dea3a0ce85603432d1905b [diff] [blame] |
patch 8.1.2310: no proper test for directory changes in quickfix Problem: No proper test for directory changes in quickfix. Solution: Add a test that uses multiple directories. (Yegappan Lakshmanan, closes #5230)
diff --git a/src/version.c b/src/version.c index 5030d7b..35dc4e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2310, +/**/ 2309, /**/ 2308,