mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 14:00:06 +08:00
Fix stderr func
This commit is contained in:
parent
8d0c96fee3
commit
2eda7ad26a
@ -118,7 +118,7 @@ function! s:grep_stderr(id, data, event) abort
|
|||||||
else
|
else
|
||||||
call append('$', datas)
|
call append('$', datas)
|
||||||
endif
|
endif
|
||||||
call append('$', 'job:' . string(s:get_search_cmd(s:grep_exe, s:grep_expr)))
|
call append('$', 'job:' . string(s:get_search_cmd(s:grep_expr)))
|
||||||
call s:MPT._build_prompt()
|
call s:MPT._build_prompt()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user