diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rc/grep.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/grep.kak b/src/rc/grep.kak index 621069be..18a8ec64 100644 --- a/src/rc/grep.kak +++ b/src/rc/grep.kak @@ -6,7 +6,7 @@ def -env-params grep %{ echo grep in progress, please wait...; %sh{ edit -scratch *grep* setb filetype grep exec %{|cat ${output}<ret>gg} - %sh{rm ${output} }" + %sh{ rm ${output} }" }} hook global WinSetOption filetype=grep %{ |
