Holger Rapp

Results 142 comments of Holger Rapp

@jfab-123 I need to try again with node installed in the container, maybe I can repro then. There are two possibilities: 1. either I cannot repro at which point we...

@jfab-123 After installing nodejs I was able to trigger the problem as described, i.e. I can repro this one now. My repro branch is this here https://github.com/SirVer/ultisnips/tree/issues/1327/repro. The first interesting...

Actually, the bug is flaky for me: sometimes I can reproduce it, but most of the time the motions work correctly. I have attached a video where it worked every...

@chemzqm It seems you are the author of a few patches to UltiSnips, including a denite source. Would you mind contributing them back?

@chemzqm Can you not always call `let snippet_list = UltiSnips#SnippetsInCurrentScope(1) `? That always passes you the location back.

@pdoak Help would be appreciated! I think the right way to go about this is to add a new function that returns the information required and mark the already existing...

Depends on #981.

@Akuseru1 unlikely, UltiSnips contains a bunch of heuristics that depend on keys being entered, normal delays when Vim is running certain buffer drains and that messes with UltiSnips state tracking....

That sounds like a useful feature. If you send over a merge request I'll review this optimistically!

Such a refactor could be really nice, maybe UltiSnips could move towards being more Editor agnostic too in such a move which would be fantastic. The question is the cost...