commit | fccd93f0917234b962ce07d1df3adf9d7105936f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 31 22:06:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 31 22:06:51 2020 +0200 |
tree | 9b5b01cb09c6fc7c445e7f59cecb12d237e4057e | |
parent | 494e9069cb32620f7688a7cb128a3feff827639e [diff] [blame] |
patch 8.2.0867: using \{xxx} for encoding a modifier is not nice Problem: Using \{xxx} for encoding a modifier is not nice. Solution: Use \<*xxx> instead, since it's the same as \<xxx> but producing a different code.
diff --git a/src/version.c b/src/version.c index b9906b3..4b09557 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 867, +/**/ 866, /**/ 865,