mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
runtime(filetype): tests: Test_filetype_detection() fails
Problem: tests: Test_filetype_detection() fails (after 9.1.0738) Solution: Add missing filetype detect patterns for *.SYSx and *.MODx Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
e6b01cfe01
commit
a0c14ef310
@ -243,7 +243,7 @@ if has("fname_case")
|
|||||||
endif
|
endif
|
||||||
au BufNewFile,BufRead *.sysx setf rapid
|
au BufNewFile,BufRead *.sysx setf rapid
|
||||||
if has("fname_case")
|
if has("fname_case")
|
||||||
au BufNewFile,BufRead *.sysX,*.Sysx,*.SysX,*.SYSX setf rapid
|
au BufNewFile,BufRead *.sysX,*.Sysx,*.SysX,*.SYSX,*.SYSx setf rapid
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Batch file for 4DOS
|
" Batch file for 4DOS
|
||||||
@ -1506,7 +1506,7 @@ if has("fname_case")
|
|||||||
endif
|
endif
|
||||||
au BufNewFile,BufRead *.modx setf rapid
|
au BufNewFile,BufRead *.modx setf rapid
|
||||||
if has("fname_case")
|
if has("fname_case")
|
||||||
au BufNewFile,BufRead *.modX,*.Modx,*.ModX,*.MODX setf rapid
|
au BufNewFile,BufRead *.modX,*.Modx,*.ModX,*.MODX,*.MODx setf rapid
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Modula-3 (.m3, .i3, .mg, .ig)
|
" Modula-3 (.m3, .i3, .mg, .ig)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user