summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-13 22:15:53 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-13 22:15:53 +0000
commit1e60789f9b8e1b839b3bafe40183aa75a9a7db54 (patch)
tree91c6858978c02d803828463462f71fecc4693cda /runtime
parent019ff6825b54e31efc71faf3ce55cb78bac24d35 (diff)
downloadvim-git-1e60789f9b8e1b839b3bafe40183aa75a9a7db54.tar.gz
updated for version 7.0223
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim5
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