updated for version 7.0-164
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 3e97f95..8abba5f 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -8371,6 +8371,7 @@
if (ASCII_ISALPHA(*arg)
# ifdef FEAT_CLIPBOARD
|| *arg == '*'
+ || *arg == '+'
# endif
|| *arg == '"')
{
@@ -8381,6 +8382,7 @@
(islower(redir_reg)
# ifdef FEAT_CLIPBOARD
|| redir_reg == '*'
+ || redir_reg == '+'
# endif
|| redir_reg == '"'))
{
diff --git a/src/version.c b/src/version.c
index 656de07..0c2dd6d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 164,
+/**/
163,
/**/
162,