set s:path in start()

This commit is contained in:
Marco Hinz 2013-03-19 22:34:31 +01:00
parent 89ab458cb8
commit 0b151a747c

View File

@ -187,6 +187,7 @@ function! s:start(path) abort
sign unplace 99999
let s:signmode = 1
let s:sy[a:path].id_top = (s:id_top - 1)
let s:path = a:path
endfunction
" Functions -> s:stop() {{{2