1
0
forked from aniani/vim

Fix completion of file names with '%' and '*'.

This commit is contained in:
Bram Moolenaar
2010-06-01 21:57:09 +02:00
parent 83d09bb85e
commit 8cd213c09a
5 changed files with 156 additions and 4 deletions

View File

@@ -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