Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add note about not being able to use ctx.cursor in luasnip source
- Loading branch information
258fd39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Saghen Should this actually be the case for all instances of
source:execute
? It looks like completions are always applied before execute is called. If so, this might be something good to add to the API docs when they're created.258fd39
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, added it to #448 so I won't forget