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