occivink / kakoune-snippets

Snippet support for kakoune
The Unlicense
46 stars 6 forks source link

`(` in snippet file name cause error #36

Closed andreyorst closed 1 year ago

andreyorst commented 5 years ago

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.

codesoap commented 5 years ago

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