mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
6c2f02cbd0
Problem: Failing Windows CI: FAILED test/functional\options\defaults_spec.lua @ 361: XDG defaults with too long XDG variables are correctly set test\helpers.lua:134: Pattern "Failed to start server: no such file or directory: /X/X/X" not found in log (last 10 lines): Xtest-defaults-log: FAILED test/functional\options\defaults_spec.lua @ 435: XDG defaults with XDG variables that can be expanded are not expanded test\helpers.lua:134: Pattern "Failed to start server: no such file or directory: %$XDG_RUNTIME_DIR%/" not found in log (last 10 lines): Xtest-defaults-log: Solution: The assert_log() statements are not relevant on Windows, because there XDG_RUNTIME_DIR is not used for creating servers, it uses \\.pipe\…. |
||
---|---|---|
.. | ||
autochdir_spec.lua | ||
chars_spec.lua | ||
cursorbind_spec.lua | ||
defaults_spec.lua | ||
keymap_spec.lua | ||
mousescroll_spec.lua | ||
num_options_spec.lua | ||
pastetoggle_spec.lua | ||
shortmess_spec.lua | ||
tabstop_spec.lua |