1
0
Fork 0
This commit is contained in:
Andrey Orst 2019-10-04 15:50:51 +03:00
parent 9a10a6b64a
commit 6d1fd2c645

View file

@ -62,7 +62,7 @@ define-command -hidden fzf-sk-populate-grep -params 1 %{
edit -scratch *grep*
set-option buffer filetype grep
}
evaluate-commands -buffer *grep* %{
evaluate-commands -save-regs '"' -buffer *grep* %{
set-register dquote %arg{1}
execute-keys gjPo
}