mirror of
https://github.com/neovim/neovim.git
synced 2026-09-04 13:20:34 +00:00
Problem: The "." example mapping at `:h edit-repeat` doesn't work well with `nvim_feedkeys(…, 'mt', false)`. Solution: Use `vim.b[ev.buf].maxseq` instead of `undotree()`.