1
0
forked from aniani/vim

updated for version 7.0-164

This commit is contained in:
Bram Moolenaar
2006-11-14 19:25:02 +00:00
parent c65c491295
commit 9a51c6e35d
2 changed files with 4 additions and 0 deletions

View File

@@ -8371,6 +8371,7 @@ ex_redir(eap)
if (ASCII_ISALPHA(*arg) if (ASCII_ISALPHA(*arg)
# ifdef FEAT_CLIPBOARD # ifdef FEAT_CLIPBOARD
|| *arg == '*' || *arg == '*'
|| *arg == '+'
# endif # endif
|| *arg == '"') || *arg == '"')
{ {
@@ -8381,6 +8382,7 @@ ex_redir(eap)
(islower(redir_reg) (islower(redir_reg)
# ifdef FEAT_CLIPBOARD # ifdef FEAT_CLIPBOARD
|| redir_reg == '*' || redir_reg == '*'
|| redir_reg == '+'
# endif # endif
|| redir_reg == '"')) || redir_reg == '"'))
{ {

View File

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