Jonas Strittmatter
Jonas Strittmatter
Thanks for the report, could you share the definition for the `frac` snippet? If you are already at the last tabstop when pressing `Tab`, I don't think that this can...
@jasonkena Until now, custom context snippets were not handled correctly. Now that I had time to add proper support for them, could you quickly test this feature? That would be...
Yeah sorry, this was a bit of a rushed attempt to implement this... I did test this with 2 custom snippets only and it seemed to work. I'll work on...
I don't think this is related to 78, no. Can you share your reproduction steps (i.e. what do you type when this happens and which snippets are you using?). Thanks.
Please share your reproduction steps: when does this occur, which snippet are you expanding when this happens? Otherwise, we can't do anything to resolve this.
@quangnguyen30192 Due to the way I changed my plugins and lazy-loading, I can't get `cmp-nvim-ultisnips` to work at the moment (I am using `luasnip` instead) and I don't want to...
> I don't think these patterns are tested... You're right, not all of them are. But `'/doc/.*%.txt'` is tested in `test_filetype.vim` with the pattern `$VIMRUNTIME . '/doc/help.txt'` so I would...
> I agree. @smjonas can you put together a quick benchmark? Yup, here are the results: I ran the `match` function 30 times for each invocation. With the current way...
> Can you try short circuiting the expression by checking if the first character is a dollar? I was just about to try that :D When adding a check `if...
> You could also cache the value of pat:find("%$"). Essentially automate expand_env. Could you please elaborate? :) I have now removed `expand_env`.