From 1ccfef5d337efea57547e815726ec5f29682660c Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 13 Apr 2018 13:16:30 +0200 Subject: [PATCH] Mention the skipped file --- autoload/sy.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/sy.vim b/autoload/sy.vim index bb2851f..bde8258 100644 --- a/autoload/sy.vim +++ b/autoload/sy.vim @@ -15,7 +15,7 @@ function! sy#start() abort let sy_path = resolve(expand('%:p')) if s:skip(sy_path) - call sy#verbose('Skip file.') + call sy#verbose('Skip file: '. sy_path) if exists('b:sy') call sy#sign#remove_all_signs(bufnr('')) unlet! b:sy b:sy_info