mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
47e6b2233f
Problem:
`vim.fs.dirname([[C:\User\XXX\AppData\Local]])` returns "." on
mingw/msys2.
Solution:
- Check for "mingw" when deciding `iswin`.
- Use `has("win32")` where possible, it works in "fast" contexts since
|
||
---|---|---|
.. | ||
health.lua | ||
perl.lua | ||
python.lua | ||
ruby.lua |