mirror of
https://github.com/neovim/neovim.git
synced 2025-12-24 07:09:05 +00:00
Problem: filetype: false positive help filetype detection
Solution: Only detect a file as help if modeline appears either at start
of line or is preceded by whitespace (zeertzjq).
closes: vim/vim#16845
6763b0ee95