Add missing scriptencoding

This commit is contained in:
Christian Brabandt
2018-01-05 10:18:22 +01:00
parent 6cdcaf13b1
commit 6c4f3277f1
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
" MIT License. Copyright (c) 2013-2017 Bjorn Neergaard, w0rp
" vim: et ts=2 sts=2 sw=2
scriptencoding utf-8
let s:error_symbol = get(g:, 'airline#extensions#ale#error_symbol', 'E:')
let s:warning_symbol = get(g:, 'airline#extensions#ale#warning_symbol', 'W:')