Skip to content

Commit

Permalink
Merge pull request #44 from jpmv27/handle_no_clipboard
Browse files Browse the repository at this point in the history
Handle -xterm_clipboard
  • Loading branch information
dkprice authored Sep 28, 2016
2 parents 5e1c116 + 5b0e08b commit e4aa13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/EasyGrep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,6 @@ function! <sid>EchoGrepCommand()
if s:GetGrepCommandName() == "grep"
let shellCommand = substitute(grepCommand, "grep", &grepprg, "")
call s:Echo("Shell command: ".shellCommand)
let @* = shellCommand
endif

if s:GetGrepCommandChoice(0) != s:GetGrepCommandChoice(1)
Expand Down

0 comments on commit e4aa13d

Please sign in to comment.