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:
Christian Clason
2024-04-22 23:41:31 +02:00
parent 3305bb9e41
commit aef120d1e9
4 changed files with 55 additions and 0 deletions

View File

@@ -1503,6 +1503,7 @@ local filename = {
['.octaverc'] = 'octave',
octaverc = 'octave',
['octave.conf'] = 'octave',
['.ondirrc'] = 'ondir',
opam = 'opam',
['pacman.log'] = 'pacmanlog',
['/etc/pam.conf'] = 'pamconf',