Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle -xterm_clipboard #44

Merged
merged 2 commits into from
Sep 28, 2016
Merged

Conversation

jpmv27
Copy link
Contributor

@jpmv27 jpmv27 commented Sep 27, 2016

To address issue #43

@@ -819,7 +819,9 @@ function! <sid>EchoGrepCommand()
if s:GetGrepCommandName() == "grep"
let shellCommand = substitute(grepCommand, "grep", &grepprg, "")
call s:Echo("Shell command: ".shellCommand)
let @* = shellCommand
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this line should simply be deleted entirely. I think this was accidentally left in unintentionally when debugging something.

Copy link
Owner

@dkprice dkprice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The copy to clipboard should be deleted entirely

@jpmv27
Copy link
Contributor Author

jpmv27 commented Sep 28, 2016

Done

@dkprice dkprice merged commit e4aa13d into dkprice:master Sep 28, 2016
@dkprice
Copy link
Owner

dkprice commented Sep 28, 2016

Thanks for fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants