diff --git a/autoload/airline/highlighter.vim b/autoload/airline/highlighter.vim index c1542fa..0d3dce9 100644 --- a/autoload/airline/highlighter.vim +++ b/autoload/airline/highlighter.vim @@ -1,7 +1,8 @@ " MIT License. Copyright (c) 2013-2015 Bailey Ling. " vim: et ts=2 sts=2 sw=2 -let s:is_win32term = (has('win32') || has('win64')) && !has('gui_running') +let s:is_win32term = (has('win32') || has('win64')) && !has('gui_running') && (empty($CONEMUBUILD) || &term !=? 'xterm') + let s:separators = {} let s:accents = {}