forked from aniani/vim
patch 9.1.0242: filetype: octave history files are not recognized
Problem: filetype: octave history files are not recognized
Solution: Detect octave/history files as octave
(Wu, Zhenyu)
closes: #14363
Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
6b285c8cfd
commit
be71ac694f
@@ -1501,7 +1501,7 @@ au BufNewFile,BufRead *.ml,*.mli,*.mll,*.mly,.ocamlinit,*.mlt,*.mlp,*.mlip,*.mli
|
||||
au BufNewFile,BufRead *.occ setf occam
|
||||
|
||||
" Octave
|
||||
au BufNewFile,BufRead octave.conf,.octaverc,octaverc setf octave
|
||||
au BufNewFile,BufRead octave.conf,.octaverc,octaverc,*/octave/history setf octave
|
||||
|
||||
" Odin
|
||||
au BufNewFile,BufRead *.odin setf odin
|
||||
|
||||
Reference in New Issue
Block a user