kakoune-snippets icon indicating copy to clipboard operation
kakoune-snippets copied to clipboard

`(` in snippet file name cause error

Open andreyorst opened this issue 6 years ago • 1 comments

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.

andreyorst avatar Jul 02 '19 15:07 andreyorst

I think this might be solved in https://github.com/occivink/kakoune-snippets/pull/35 and https://github.com/occivink/kakoune-snippets/pull/37.

codesoap avatar Jul 02 '19 16:07 codesoap