0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

Merge 47acf03c9ab4fb6b54a7b7a8a0ca718aa22be761 into a494ce1c64a2637719a5c1339abf19ec7c48089c

This commit is contained in:
mTvare 2025-07-04 11:10:31 +02:00 committed by GitHub
commit adced8f392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2819,7 +2819,7 @@ au BufNewFile,BufRead *.tape setf vhs
au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst,*.vho setf vhdl
" Vim script
au BufNewFile,BufRead *.vim,.exrc,_exrc,.netrwhist setf vim
au BufNewFile,BufRead *.vim,.exrc,_exrc,.netrwhist,vifmrc setf vim
" Viminfo file
au BufNewFile,BufRead .viminfo,_viminfo setf viminfo

View File

@ -881,7 +881,7 @@ def s:GetFilenameChecks(): dict<list<string>>
vgrindefs: ['vgrindefs'],
vhdl: ['file.hdl', 'file.vhd', 'file.vhdl', 'file.vbe', 'file.vst', 'file.vhdl_123', 'file.vho', 'some.vhdl_1', 'some.vhdl_1-file'],
vhs: ['file.tape'],
vim: ['file.vim', '.exrc', '_exrc', 'some-vimrc', 'some-vimrc-file', 'vimrc', 'vimrc-file', '.netrwhist'],
vim: ['file.vim', '.exrc', '_exrc', 'some-vimrc', 'some-vimrc-file', 'vimrc', 'vimrc-file', '.netrwhist', 'vifmrc'],
viminfo: ['.viminfo', '_viminfo'],
vmasm: ['file.mar'],
voscm: ['file.cm'],