Verbose: mention the file to be registered
This commit is contained in:
parent
e8cb5b636c
commit
d6e01780dc
@ -31,7 +31,7 @@ function! sy#start() abort
|
|||||||
\ }
|
\ }
|
||||||
|
|
||||||
if !exists('b:sy') || b:sy.path != sy_path
|
if !exists('b:sy') || b:sy.path != sy_path
|
||||||
call sy#verbose('Register new file.')
|
call sy#verbose('Register new file: '. sy_path)
|
||||||
let b:sy = {
|
let b:sy = {
|
||||||
\ 'path': sy_path,
|
\ 'path': sy_path,
|
||||||
\ 'buffer': bufnr(''),
|
\ 'buffer': bufnr(''),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user