Holger Rapp

Results 142 comments of Holger Rapp

This was fixed in 09876e008495e171f59ed8ce876666d5f8e16ee3 through the introduction of the [`m` option](https://github.com/SirVer/ultisnips/blob/943156d8794772c23a0a0f6e5120c40b8c7981ec/doc/UltiSnips.txt#L720) which right trims every line in an expanded snippet. Edit: Misread OP. Problem still exists in 943156d and...

Confirmed to still exist at c4bb89495a2af3ed41a510db9a2f589748643801.

I have seen quite a few issues with Anon myself, a lot relates to how the timing of when empties its empty buffer and issue movement autocommands I believe (without...

No, this is currently not possible, but would be a nice feature. I am not sure how the UI for this should look though: How would you select which snippet...

But which snippet should be shown?

> :py3 print([(s.trigger, s.location) for s in UltiSnips_Manager._snips('i', True)]) Thanks, but that I have understood already. My questions are more about the intuitive user interface for this should look. I...

Well, this is not related to visual, it is related to big edits inside a snippet. The problem is here: https://github.com/SirVer/ultisnips/blob/master/plugin/UltiSnips/__init__.py#L686 The issue is that Vim is not reporting what...

OK, thank you for the explanation. I'm a C developper and I don't know Python, so if you don't know how to improve the situation, then I probably won't be...

@mgedmin This looks perfect, I believe this can be used to solve this problem once and for all.