mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:30:04 +08:00
Remove echom function
This commit is contained in:
parent
289601c5e0
commit
c05be552ea
@ -37,7 +37,6 @@ function! s:std_out(id, data, event) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:exit(id, data, event) abort
|
function! s:exit(id, data, event) abort
|
||||||
echom string(s:matched_lines)
|
|
||||||
let preview = 0
|
let preview = 0
|
||||||
for nr in s:matched_lines
|
for nr in s:matched_lines
|
||||||
if nr - preview >= 3 " first matched line is 3
|
if nr - preview >= 3 " first matched line is 3
|
||||||
|
Loading…
Reference in New Issue
Block a user