commit | c79745a82faeb5a6058e915ca49a4c69fa60ea01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 20 22:12:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 20 22:12:34 2019 +0200 |
tree | be7dc4ecffe429763159bfef2f95c06ea7fb8b67 | |
parent | 0b0ad35c339b8ad156df493bebeb77e02b32b120 [diff] [blame] |
patch 8.1.1362: code and data in tests can be hard to read Problem: Code and data in tests can be hard to read. Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes #4400)
diff --git a/src/version.c b/src/version.c index de5ffc6..cdcd132 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1362, +/**/ 1361, /**/ 1360,