Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
problem: since a large portion of `on_update` is inside of a `vim.schedule` closure - if all input buffer text is removed quickly, fzf entries can have their `pos` field removed before the `vim.schedule` callback executes, causing an error. solution: add a check to ensure that `fzf_entry.pos` is not nil before iterating and setting extmarks fixes #97
- Loading branch information