mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

This is necessary in cases where filetype detection acts recursively. For example, when matching files that end with .bak, the "root" of the filename is matched again against the same buffer (e.g. a buffer named "foo.c.bak" will be matched again with the filename "foo.c", using the same underlying buffer).