diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-13 22:15:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-13 22:15:53 +0000 |
commit | 1e60789f9b8e1b839b3bafe40183aa75a9a7db54 (patch) | |
tree | 91c6858978c02d803828463462f71fecc4693cda /runtime/filetype.vim | |
parent | 019ff6825b54e31efc71faf3ce55cb78bac24d35 (diff) | |
download | vim-git-1e60789f9b8e1b839b3bafe40183aa75a9a7db54.tar.gz |
updated for version 7.0223
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index d07f8e904..86b4525ba 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: 2006 Mar 05 +" Last Change: 2006 Mar 13 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -1780,6 +1780,9 @@ au BufNewFile,BufRead *.wml setf wml " Winbatch au BufNewFile,BufRead *.wbt setf winbatch +" WSML +au BufNewFile,BufRead *.wsml setf wsml + " WvDial au BufNewFile,BufRead wvdial.conf,.wvdialrc setf wvdial |