e-matteson
e-matteson
Hmm. I would prefer if a folded heading was treated exactly like a single, normal line. No automatic unfolding, no modifying any of the content inside the fold. The way...
Hold on, this breaks something. It inserts some extra lines when you press `o` in the middle of a list. I'll think about this more later.
After this is done, consider sticking a reference to the keymap manager in the `FilteredKeymap` struct, and moving the lookup etc. methods onto it. Currently the `update_key_hints(&mut self)` method makes...
+1, this sometimes happens to me too on the most recent develop (4688cd7d). When I hit escape the popup sometimes closes correctly, and sometimes flickers and then reappears and stays...
This workaround has been working for me, and I haven't noticed any unintended side effects: ``` (add-hook 'company-mode-hook (lambda () (add-hook 'evil-normal-state-entry-hook (lambda () (company-abort))))) ```
We now use `generational-arena` and our own `IndexedMap` for this sort of thing
Thanks for the PR! I'll try to take a closer look at it soon.