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:
committed by
Christian Brabandt
parent
6b13e3d4e4
commit
ea999037a4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user