Verbose: mention the file to be registered

This commit is contained in:
Marco Hinz 2018-02-21 13:07:08 +01:00
parent e8cb5b636c
commit d6e01780dc
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -31,7 +31,7 @@ function! sy#start() abort
\ }
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 = {
\ 'path': sy_path,
\ 'buffer': bufnr(''),