aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_buf.lua
Commit message (Collapse)AuthorAge
* feat(defaults): dot-repeat [<Space> #31186Peter Aronoff2024-11-17
Problem: `[<Space>` and `]<Space>` do not support repetition. Solution: use `operatorfunc` and `g@l` to make these mappings dot repeatable.