Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not show autocomplete popup for every string when afn_use_keybindi…
…ng is true When using 'afn_use_keybinding' = true option the autocomplete popup still is opened inside any string and it is quite distracting. I have tried to fix this, though I am not sure if it is okay to query settings value on every modification.
- Loading branch information
74a5003
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.
Thanks, this seems to fix this liamcain#106