Skip to content
Snippets Groups Projects
Commit 49081711 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Execute clear before fzf

parent e7439ce1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment