kakoune-snippets
kakoune-snippets copied to clipboard
`(` in snippet file name cause error
If I add this snippet for kak filetype:
touch "^hello - (descr)"
echo snippet > \^hello\ -\ \(descr\)
kak test.kak
In *debug* I see:
shell stderr: <<<
sh: 1: eval: Syntax error: "(" unexpected
Snippets itself seem to work fine. This is on auto-discard branch.
I think this might be solved in https://github.com/occivink/kakoune-snippets/pull/35 and https://github.com/occivink/kakoune-snippets/pull/37.