Add 'scriptencoding utf-8' to all scripts

This commit is contained in:
thawk
2016-09-24 08:16:30 +08:00
parent 7a720bbbd7
commit 45d77ca909
48 changed files with 99 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
" MIT License. Copyright (c) 2013-2016 Bailey Ling.
" vim: et ts=2 sts=2 sw=2
scriptencoding utf-8
if !get(g:, 'loaded_signify', 0) && !get(g:, 'loaded_gitgutter', 0) && !get(g:, 'loaded_changes', 0) && !get(g:, 'loaded_quickfixsigns', 0)
finish
endif