Skip to content

Commit 88a118d

Browse files
committed
Fix CtrlP window not hiding right away
1 parent 1439218 commit 88a118d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/ctrlp/cmdpalette.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ endfunction
8585
" a:str the selected string
8686
func! ctrlp#cmdpalette#accept(mode, str)
8787
call ctrlp#exit()
88+
redraw
8889
call feedkeys(':')
8990
call feedkeys(split(a:str, '\t')[0])
9091
if g:ctrlp_cmdpalette_execute == 1

0 commit comments

Comments
 (0)