]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-164 v7.0.164
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Nov 2006 19:25:02 +0000 (19:25 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Nov 2006 19:25:02 +0000 (19:25 +0000)
src/ex_docmd.c
src/version.c

index 3e97f951734cbe4a69d94d3f5b94a7805b664bee..8abba5fb92db44b4702095e0c07910679f9533d0 100644 (file)
@@ -8371,6 +8371,7 @@ ex_redir(eap)
            if (ASCII_ISALPHA(*arg)
 # ifdef FEAT_CLIPBOARD
                    || *arg == '*'
+                   || *arg == '+'
 # endif
                    || *arg == '"')
            {
@@ -8381,6 +8382,7 @@ ex_redir(eap)
                         (islower(redir_reg)
 # ifdef FEAT_CLIPBOARD
                            || redir_reg == '*'
+                           || redir_reg == '+'
 # endif
                            || redir_reg == '"'))
                {
index 656de074a4b666fa04af9122e6b3684368401248..0c2dd6de8f797aaa14fbb73487f0274021afd6fd 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    164,
 /**/
     163,
 /**/