commit | 675f716efb534798a3bdb651cdb272302127602a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 22:53:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 22:53:54 2020 +0200 |
tree | 0a3d2f5178f71c73aab0d6b2541e70c9602aaac0 | |
parent | 23e032523e377d367e06441e88c67692a8c6c3e9 [diff] [blame] |
patch 8.2.0565: Vim9: tests contain superfluous line continuation Problem: Vim9: tests contain superfluous line continuation. Solution: Remove line continuation no longer needed. Skip empty lines.
diff --git a/src/version.c b/src/version.c index 7b40fa4..2e2a4d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 565, +/**/ 564, /**/ 563,