1
0
forked from aniani/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: #14604

Signed-off-by: Jon Parise <jon@indelible.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Jon Parise
2024-04-22 21:07:41 +02:00
committed by Christian Brabandt
parent 6b13e3d4e4
commit ea999037a4
5 changed files with 59 additions and 0 deletions

View File

@@ -1593,6 +1593,9 @@ au BufNewFile,BufRead *.odin setf odin
" Omnimark
au BufNewFile,BufRead *.xom,*.xin setf omnimark
" ondir
au BufNewFile,BufRead .ondirrc setf ondir
" OPAM
au BufNewFile,BufRead opam,*.opam,*.opam.template setf opam