From 1481304d3bcf6408d0bd6914bfef207ee38fa308 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 11 Apr 2015 11:19:22 +0900 Subject: [PATCH] Suppress message from :file Suggested by @noahfrederick --- plugin/fzf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 2b56920..3a30a37 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -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