mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
vim-patch:9.1.0366: filetype: ondir files are not recognized
Problem: filetype: ondir files are not recognized
Solution: Detect '.ondirrc' as ondir filetype
(Jon Parise)
closes: vim/vim#14604
ea999037a4
Co-authored-by: Jon Parise <jon@indelible.org>
This commit is contained in:
@@ -1503,6 +1503,7 @@ local filename = {
|
||||
['.octaverc'] = 'octave',
|
||||
octaverc = 'octave',
|
||||
['octave.conf'] = 'octave',
|
||||
['.ondirrc'] = 'ondir',
|
||||
opam = 'opam',
|
||||
['pacman.log'] = 'pacmanlog',
|
||||
['/etc/pam.conf'] = 'pamconf',
|
||||
|
Reference in New Issue
Block a user