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