mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0-164
This commit is contained in:
@@ -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 == '"'))
|
||||
{
|
||||
|
Reference in New Issue
Block a user