mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 18:54:18 +00:00
Problem: Test_cd_completion test fails in Appveyor. In Appveyor, a path
containing spaces was selected as the test target. But the
comparison failed because spaces were not taken into account
(after v9.1.2050)
Solution: Escape spaces in paths for comparison (Muraoka Taro)
closes: vim/vim#19087
679c2c01fa
Co-authored-by: Muraoka Taro <koron.kaoriya@gmail.com>