mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 12:42:13 +10:00
Problem: Possibly using freed memory when text properties used when
changing indent of a line.
Solution: Compute the offset before calling ml_replace().
cf30643ae6