Closed CharlesGueunet closed 2 years ago
Hi, that's probably due to one of the recent breaking changes. Most likely it's the <space>
<-> ,
swap. I don't have time to work on it this week, but chances are you can just these two keys (in the context of an exec) and it will work.
Using kakoune master, the expand of a snippet always trigger my first snippet.
more details
I have the following configuration for kakoune snippet:
I work only on CPP. Whenever a snippet is triggered, the result is:
even if I typed for, main, ...
I also tried to call the
snippet-expand-selection
manually with the same result.Best, Charles