highlighter: windows terminal is not old win_term

This commit is contained in:
Christian 2020-11-19 13:18:48 +01:00 committed by Christian Brabandt
parent 79eac1558a
commit 06117a61e1
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {}