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)
# 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 == '"'))
{

View File

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