mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
redraw screen after grep
This commit is contained in:
parent
f996aed15a
commit
952d15d020
@ -294,6 +294,8 @@ function! s:grep_stderr(id, data, event) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:grep_exit(id, data, event) abort
|
function! s:grep_exit(id, data, event) abort
|
||||||
|
redraw
|
||||||
|
call s:MPT._build_prompt()
|
||||||
redrawstatus
|
redrawstatus
|
||||||
let s:grepid = 0
|
let s:grepid = 0
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user