mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

Problem: Strace filetype detection is expensive.
Solution: Match with a cheap pattern first. (Federico Mengozzi,
closes vim/vim#12220)
6e5a9f9482
Co-authored-by: Federico Mengozzi <19249682+fedemengo@users.noreply.github.com>