mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-30 08:04:22 +08:00
Add 'scriptencoding utf-8' to all scripts
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user