We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1439218 commit 88a118dCopy full SHA for 88a118d
autoload/ctrlp/cmdpalette.vim
@@ -85,6 +85,7 @@ endfunction
85
" a:str the selected string
86
func! ctrlp#cmdpalette#accept(mode, str)
87
call ctrlp#exit()
88
+ redraw
89
call feedkeys(':')
90
call feedkeys(split(a:str, '\t')[0])
91
if g:ctrlp_cmdpalette_execute == 1
0 commit comments