mirror of
https://github.com/neovim/neovim.git
synced 2026-07-24 09:50:48 +00:00
Problem: changed_lines got a hardcoded 0, so the changelist entry and '. mark always recorded column 0 instead of where the edit actually happened. Solution: pass start_col instead. changelist now tracks the real column.