Add missing comment

This commit is contained in:
Marco Hinz 2017-01-10 14:45:28 +01:00
parent 32d8797d88
commit 379db4ad0b
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

View File

@ -154,6 +154,7 @@ function! sy#buffer_is_active()
return exists('b:sy') && b:sy.active return exists('b:sy') && b:sy.active
endfunction endfunction
" Function: s:skip {{{1
function! s:skip(path) function! s:skip(path)
if &diff || !filereadable(a:path) if &diff || !filereadable(a:path)
return 1 return 1