mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-30 03:31:58 -07:00
Execute clear before fzf
This commit is contained in:
@@ -69,6 +69,7 @@ function! fzf#run(...) abort
|
||||
let cwd = getcwd()
|
||||
execute 'chdir '.s:escape(dict.dir)
|
||||
endif
|
||||
silent !clear
|
||||
execute 'silent !'.prefix.s:exec.' '.optstr.' > '.result
|
||||
redraw!
|
||||
if v:shell_error
|
||||
|
Reference in New Issue
Block a user