Holger Rapp
Holger Rapp
Can you post the snippet definition?Am 08.07.2023 um 22:03 schrieb Tomas Sandven ***@***.***>: Sorry in advance, but I am unable to reproduce this issue, it seems to happen at random...
Indeed, that snippet should not trigger such behaviour easily. So much more likely that there is interplay between UltiSnips and a different plugin. Please provide a fully reproducible example, ideally...
@smjonas well, or submit a PR that introduces a relevant public API, right? @jambag at the moment there is no easy way to get regex snippets. Background is that the...
how should the snippet know which `Name` you want to use?
Ah, this is difficult to do, since UltiSnips cannot control the text that Vim types into the buffer. And it would confuse Vim a lot to modify text "under it"...
@alexandersokolow Patch would be very welcome! What I mean is that if you type a character, Vim is interpreting your input and puts the char in the buffer. Only after,...
Fixed in #1552
When fixing this one, the next problem is in this crate itself: ``` Compiling lottie-player v0.1.0 (/Users/hrapp/src/lottie/lottie-rs/crates/player) error[E0554]: `#![feature]` may not be used on the beta release channel --> crates/player/src/main.rs:1:12...
Thanks for your consideration! I really appreciate you working on this project and I hope it becomes a true alternative to the web renderer eventually. For now I will try...
@simbleau I'll have a look at it. @zimond Let a thousand flowers bloom, right? I'll check out skottie too, thanks for the pointer!