Merge pull request #1263 from thawk/master

Set script encoding to avoid script parsing problem in non UTF-8 VIM
This commit is contained in:
Christian Brabandt
2016-09-24 21:55:50 +02:00
committed by GitHub
48 changed files with 99 additions and 2 deletions
+2
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
let s:has_fugitive = exists('*fugitive#head')
let s:has_lawrencium = exists('*lawrencium#statusline')
let s:has_vcscommand = get(g:, 'airline#extensions#branch#use_vcscommand', 0) && exists('*VCSCommandGetStatusLine')