summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-01 21:57:09 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-01 21:57:09 +0200
commit8cd213c09a3598834888d81deb45ff17e6654a86 (patch)
tree867353b3474346210f6de33ad2b5b01936a4460d /runtime/filetype.vim
parent83d09bb85e471135222f79b15de549f435e73fae (diff)
Fix completion of file names with '%' and '*'.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 1e62d8561f..92dfda2468 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -674,6 +674,9 @@ au BufNewFile,BufRead *.exp setf expect
" Exports
au BufNewFile,BufRead exports setf exports
+" Fantom
+au BufNewFile,BufRead *.fan,*.fwt setf fan
+
" Factor
au BufNewFile,BufRead *.factor setf factor