0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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".
This commit is contained in:
Bram Moolenaar
2019-04-04 15:36:05 +02:00
parent eb93f3f0e2
commit 0f248b006c
4 changed files with 59 additions and 15 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1114,
/**/
1113,
/**/