parent
50b7780e0d
commit
b29cd71f6d
@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('b:autoloaded_sy')
|
||||
finish
|
||||
endif
|
||||
|
@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('b:autoloaded_sy_debug')
|
||||
finish
|
||||
endif
|
||||
|
@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('b:autoloaded_sy_highlight')
|
||||
finish
|
||||
endif
|
||||
|
@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('b:autoloaded_sy_jump')
|
||||
finish
|
||||
endif
|
||||
|
@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('b:autoloaded_sy_repo')
|
||||
finish
|
||||
endif
|
||||
@ -230,6 +232,7 @@ function! sy#repo#process_diff(path, diff) abort
|
||||
endwhile
|
||||
endif
|
||||
endif
|
||||
|
||||
call sy#sign#set(signs)
|
||||
endfor
|
||||
endfunction
|
||||
|
@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('b:autoloaded_sy_sign')
|
||||
finish
|
||||
endif
|
||||
|
@ -1,3 +1,5 @@
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('b:autoloaded_sy_util')
|
||||
finish
|
||||
endif
|
||||
|
@ -1,7 +1,4 @@
|
||||
" Plugin: https://github.com/mhinz/vim-signify
|
||||
" Description: show a diff from a version control system via the signcolumn
|
||||
" Maintainer: Marco Hinz <http://github.com/mhinz>
|
||||
" Version: 1.9
|
||||
scriptencoding utf-8
|
||||
|
||||
if exists('g:loaded_signify') || !has('signs') || &cp
|
||||
finish
|
||||
|
Loading…
Reference in New Issue
Block a user