forked from aniani/vim
updated for version 7.0-164
This commit is contained in:
@@ -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 == '"'))
|
||||||
{
|
{
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user