mirror of
https://github.com/neovim/neovim.git
synced 2026-06-12 23:08:14 +00:00
Problem: Undefined behavior when 'undodir' contains empty entry.
Solution: Don't try to remove trailing slashes from empty path. Also
don't remove a colon on Windows while at it.