commit | 4a7724a4406f639edd3f93f3542626811cf56719 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Mon Apr 11 15:11:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 15:11:39 2022 +0100 |
tree | 81474246c293c7e67cf73ad562661e881d4280f0 | |
parent | 3caf1cce2b85a8f24195d057f0ad63082543e99e [diff] [blame] |
patch 8.2.4735: quickfix tests can be a bit hard to read Problem: Quickfix tests can be a bit hard to read. Solution: Use heredoc instead of strings and line continuation. (Yegappan Lakshmanan, closes #10145)
diff --git a/src/version.c b/src/version.c index 5e026de..d287d8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4735, +/**/ 4734, /**/ 4733,