diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-31 18:09:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 18:09:51 +0100 |
commit | bddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044 (patch) | |
tree | 22ca9a4d8b86b84d4a1a273d2b251f10057b347d /runtime/filetype.vim | |
parent | 79b92da0d289d1adcd0bb27c7ee5786be460c166 (diff) | |
download | rneovim-bddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044.tar.gz rneovim-bddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044.tar.bz2 rneovim-bddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044.zip |
vim-patch:c4573eb12dba (#17258)
Update runtime files
https://github.com/vim/vim/commit/c4573eb12dba6a062af28ee0b8938d1521934ce4
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 53270d87dc..7c86809cb8 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2022 Jan 29 +" Last Change: 2022 Jan 31 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -2050,7 +2050,7 @@ au BufRead,BufNewFile *.hw,*.module,*.pkg \ endif " Visual Basic (also uses *.bas) or FORM -au BufNewFile,BufRead *.frm call dist#ft#FTVB("form") +au BufNewFile,BufRead *.frm call dist#ft#FTbas('form') " SaxBasic is close to Visual Basic au BufNewFile,BufRead *.sba setf vb |