From d6e01780dcb84a4e1fcecc427966d43021f7c7c7 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 21 Feb 2018 13:07:08 +0100 Subject: [PATCH] Verbose: mention the file to be registered --- autoload/sy.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/sy.vim b/autoload/sy.vim index f0f132c..bb2851f 100644 --- a/autoload/sy.vim +++ b/autoload/sy.vim @@ -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(''),