Files
neovim/runtime/lua/vim
Justin M. Keyes 47e6b2233f fix(vim.fs): dirname() returns "." on mingw/msys2 #30480
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
  b02eeb6a72.
2024-09-23 06:05:58 -07:00
..
2024-09-01 13:01:24 -07:00
2024-03-06 10:45:22 +00:00
2024-05-27 20:48:46 +02:00
2024-01-16 09:33:10 +00:00
2024-09-01 13:01:24 -07:00
2024-03-16 19:26:10 +00:00
2024-08-29 06:11:32 +08:00
2024-03-16 19:26:10 +00:00
2024-04-30 07:04:42 +08:00