Holger Rapp

Results 142 comments of Holger Rapp

Yes, this would be feasible. It needs refactoring in https://github.com/SirVer/ultisnips/blob/8ff301c651d6df806c0f9305273a6c62a693bc48/pythonx/UltiSnips/snippet_manager.py#L497 to implement such a functionality.

Could also be that this non-trivial editing is confusing UltiSnips change tracking, which is after all based on heuristics. expanding another snippet in post_jump is quite sophisticated, I deem it...

This is a great find. I think the debugger + some docu on how to use it would indeed be a very valuable addition, issues n UltiSnips are notoriously hard...

Well, the current code contains a real bug, can't make it much worse, right?

/cc @chemzqm who mentioned a similar problem in https://github.com/SirVer/ultisnips/issues/869#issuecomment-388597206 and has a work around that works, but is a breaking change. I think passing the extra information is a good...

This is very unfortunate behavior and I am deeply sorry that it bothered your editing experience. Windows support is traditionally the poorest in UltiSnips. The reason is that I do...

@ri-aje Sorry, I have very little time for UltiSnips these days, so I will often not be able to provide a ton of insights for, research into or even reply...

This is a complex feature, pretty hard to explain to new users. I see the appeal of it though, I have always build similar things using hackery in my `global`...

Terrific bug report, thanks so much! Reproduces at 4f4d500e21b307894490b24413d663c1c124307f.

I am unable to repro this. Here is my attempt: https://github.com/SirVer/ultisnips/tree/issues/1327%2Frepro. You can fetch that branch, do `make image_repro repro` and you will be in a shell that has Vim...