m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

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