Always use quotes with sh/bash
This commit is contained in:
parent
6faed96b68
commit
b9ef5a2f2a
|
@ -1,5 +1,5 @@
|
|||
decl str mimetype "text/plain"
|
||||
|
||||
hook global BufOpen .* %{
|
||||
set buffer mimetype %sh{file -b --mime-type ${kak_buffile} }
|
||||
set buffer mimetype %sh{file -b --mime-type "${kak_buffile}" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user