Suppress message from :file

Suggested by @noahfrederick
This commit is contained in:
Junegunn Choi 2015-04-11 11:19:22 +09:00
parent 2cec5c0f30
commit 1481304d3b

View File

@ -266,7 +266,7 @@ function! s:execute_term(dict, command, temps)
endfunction
call termopen(a:command, fzf)
file [FZF]
silent file [FZF]
startinsert
return []
endfunction