mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:50:05 +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
|
||||
call append('$', datas)
|
||||
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()
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user