1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 08:40:06 +08:00

Fix stderr func

This commit is contained in:
wsdjeg 2018-01-22 22:20:35 +08:00
parent 8d0c96fee3
commit 2eda7ad26a

View File

@ -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