1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00

redraw screen after grep

This commit is contained in:
Shidong Wang 2019-01-17 22:35:36 +08:00
parent f996aed15a
commit 952d15d020

View File

@ -294,6 +294,8 @@ function! s:grep_stderr(id, data, event) abort
endfunction
function! s:grep_exit(id, data, event) abort
redraw
call s:MPT._build_prompt()
redrawstatus
let s:grepid = 0
endfunction