Files
neovim/test/functional/lua
Evgeni Chasnovski e9b9426d7d fix(filetype): vim.filetype.match fails if CWD goes missing #40190
Problem: Running `vim.filetype.match()` when current working directory
  was removed from disk throws a `vim.fs.abspath` assertion error.
  However, the matching might still be possible without trying to match
  against full path (like if it is a known extension).

Solution: Safely compute absolute path and ignore it if it errors.
2026-06-13 13:20:45 -04:00
..
2024-04-23 18:17:04 +02:00
2025-01-09 09:26:45 -08:00
2026-05-10 11:03:15 -04:00
2024-04-23 18:17:04 +02:00