Remove useless line
The line became useless as of bf099a3fe2f
This commit is contained in:
parent
841b3f0597
commit
32a1761e42
@ -73,7 +73,6 @@ function! sy#repo#get_diff_start(vcs) abort
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
let [cmd, options] = s:initialize_job(a:vcs)
|
let [cmd, options] = s:initialize_job(a:vcs)
|
||||||
let [cwd, chdir] = sy#util#chdir()
|
|
||||||
|
|
||||||
call sy#verbose(printf('CMD: %s | CWD: %s', string(cmd), b:sy_info.dir), a:vcs)
|
call sy#verbose(printf('CMD: %s | CWD: %s', string(cmd), b:sy_info.dir), a:vcs)
|
||||||
let b:sy_job_id_{a:vcs} = jobstart(cmd, extend(options, {
|
let b:sy_job_id_{a:vcs} = jobstart(cmd, extend(options, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user