Set encoding for plugin files

Closes #54.
This commit is contained in:
Marco Hinz 2013-08-19 17:36:16 +02:00
parent 50b7780e0d
commit b29cd71f6d
8 changed files with 32 additions and 20 deletions

View File

@ -1,3 +1,5 @@
scriptencoding utf-8
if exists('b:autoloaded_sy')
finish
endif

View File

@ -1,3 +1,5 @@
scriptencoding utf-8
if exists('b:autoloaded_sy_debug')
finish
endif

View File

@ -1,3 +1,5 @@
scriptencoding utf-8
if exists('b:autoloaded_sy_highlight')
finish
endif

View File

@ -1,3 +1,5 @@
scriptencoding utf-8
if exists('b:autoloaded_sy_jump')
finish
endif

View File

@ -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

View File

@ -1,3 +1,5 @@
scriptencoding utf-8
if exists('b:autoloaded_sy_sign')
finish
endif

View File

@ -1,3 +1,5 @@
scriptencoding utf-8
if exists('b:autoloaded_sy_util')
finish
endif

View File

@ -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