mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +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')) &&
|
let s:is_win32term = (has('win32') || has('win64')) &&
|
||||||
\ !has('gui_running') &&
|
\ !has('gui_running') &&
|
||||||
\ (empty($CONEMUBUILD) || &term !=? 'xterm') &&
|
\ (empty($CONEMUBUILD) || &term !=? 'xterm') &&
|
||||||
|
\ empty($WTSESSION) &&
|
||||||
\ !(exists("+termguicolors") && &termguicolors)
|
\ !(exists("+termguicolors") && &termguicolors)
|
||||||
|
|
||||||
let s:separators = {}
|
let s:separators = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user