Always use quotes with sh/bash

This commit is contained in:
Dimitar Dimitrov 2016-09-09 12:04:55 +01:00
parent 6faed96b68
commit b9ef5a2f2a

View File

@ -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}" }
}