mirror of
https://github.com/neovim/neovim.git
synced 2026-04-17 04:53:02 +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.