commit | 67f8ab829911c7901c534ef2bf19cc34b622936f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 11 22:37:29 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 11 22:37:29 2018 +0200 |
tree | 6d56b95950cb18a0261c0e72d685b612dbb246db | |
parent | 25328e39d2a6e3ded82bf282a2e248ce7209f1b4 [diff] [blame] |
patch 8.1.0369: continuation lines cannot contain comments Problem: Continuation lines cannot contain comments. Solution: Support using "\ .
diff --git a/src/version.c b/src/version.c index 48cd6d2..95fa7da 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 369, +/**/ 368, /**/ 367,