mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Fix all warning messages
This commit is contained in:
@@ -2,6 +2,7 @@ function! TestExtension(filetype, filename, content)
|
||||
call Log('Detecting ' . a:filetype . ' filetype (' . a:filename . ')...')
|
||||
|
||||
try
|
||||
set shortmess+=F
|
||||
let g:message = ""
|
||||
exec "noautocmd n " . a:filename
|
||||
silent put =a:content
|
||||
|
||||
Reference in New Issue
Block a user