mirror of
https://github.com/neovim/neovim.git
synced 2026-09-03 12:50:36 +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()`.