| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-19 | Record macros in repeat last insert | Maxime Coste | |
| This fixes an issue with the following hooks: hook global InsertCompletionShow .* %{ map window insert <tab> <c-n> } hook global InsertCompletionHide .* %{ unmap window insert <tab> <c-n> } When repeating a last insert using <tab> to select a completion, it inserts a <tab> instead of selecting, then the insert completion tries to erase the inserted text with backspaces but fails to totally do that as it erases the tab character first. | |||
