comparison runtime/filetype.vim @ 34727:eac204857d17 v9.1.0242

patch 9.1.0242: filetype: octave history files are not recognized Commit: https://github.com/vim/vim/commit/be71ac694f623e162f1ecb7a182bdf2fd281591f Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Mar 31 19:18:10 2024 +0200 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>
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 19:30:04 +0200
parents 6a0426cb8273
children 5f7cf5c107c8
comparison
equal deleted inserted replaced
34726:1dcdcc859b91 34727:eac204857d17
1499 1499
1500 " Occam 1500 " Occam
1501 au BufNewFile,BufRead *.occ setf occam 1501 au BufNewFile,BufRead *.occ setf occam
1502 1502
1503 " Octave 1503 " Octave
1504 au BufNewFile,BufRead octave.conf,.octaverc,octaverc setf octave 1504 au BufNewFile,BufRead octave.conf,.octaverc,octaverc,*/octave/history setf octave
1505 1505
1506 " Odin 1506 " Odin
1507 au BufNewFile,BufRead *.odin setf odin 1507 au BufNewFile,BufRead *.odin setf odin
1508 1508
1509 " Omnimark 1509 " Omnimark