mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-22 21:45:06 +02:00
highlighter: windows terminal is not old win_term
This commit is contained in:
parent
79eac1558a
commit
06117a61e1
@ -6,6 +6,7 @@ scriptencoding utf-8
|
||||
let s:is_win32term = (has('win32') || has('win64')) &&
|
||||
\ !has('gui_running') &&
|
||||
\ (empty($CONEMUBUILD) || &term !=? 'xterm') &&
|
||||
\ empty($WTSESSION) &&
|
||||
\ !(exists("+termguicolors") && &termguicolors)
|
||||
|
||||
let s:separators = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user