mirror of
https://github.com/neovim/neovim.git
synced 2026-07-15 22:00:40 +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.