commit | 06b056e110005ce0dd97b8c6333405afd06c36fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 19:37:08 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 19:37:08 2018 +0100 |
tree | b2d0a1a78c762c56df673a712e9bb30cd593d441 | |
parent | 06d4c4c818fe4258bdc3d455b7680fabadd719e4 [diff] [blame] |
patch 8.1.0588: cannot define a sign with space in the text Problem: Cannot define a sign with space in the text. Solution: Allow for escaping characters. (Ben Jackson, closes #2967)
diff --git a/src/version.c b/src/version.c index cc60996..3c9eb0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 588, +/**/ 587, /**/ 586,