From 8cd213c09a3598834888d81deb45ff17e6654a86 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 1 Jun 2010 21:57:09 +0200 Subject: Fix completion of file names with '%' and '*'. --- runtime/filetype.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/filetype.vim') 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 -- cgit v1.2.3