commit | 0f248b006c2574abc00c9aa7886d8f33620eb822 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 15:36:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 15:36:05 2019 +0200 |
tree | ce29155e87c3dca50ab5b56b468647449bfee814 | |
parent | eb93f3f0e2b2ae65c5c3f55be3e62d64e3066f35 [diff] [blame] |
patch 8.1.1114: confusing overloaded operator "." for string concatenation Problem: Confusing overloaded operator "." for string concatenation. Solution: Add ".." for string concatenation. Also "let a ..= b".
diff --git a/src/version.c b/src/version.c index 3805950..0b86e19 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1114, +/**/ 1113, /**/ 1112,