mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
37d97e771e
Problem: marker folds may get corrupted on undo (Yousef Mohammed)
Solution: when adjusting folds, make sure that line1 is the lower limit
and line2 is the upper line limit. In particular, line2 should
not be able to get smaller than line1.
fixes: vim/vim#15455
closes: vim/vim#15466
|
||
---|---|---|
.. | ||
testdir | ||
memfile_test.c |