mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-01-19 10:42:46 +08:00
fix for #2127
This commit is contained in:
parent
915c7cfcd7
commit
3b46a4d9a3
|
@ -5,10 +5,12 @@
|
|||
|
||||
scriptencoding utf-8
|
||||
|
||||
if !exists('g:loaded_cursormode')
|
||||
if exists('g:loaded_cursormode')
|
||||
finish
|
||||
endif
|
||||
|
||||
let g:loaded_cursormode = 1
|
||||
|
||||
let s:is_win = has('win32') || has('win64')
|
||||
let s:is_iTerm = exists('$TERM_PROGRAM') && $TERM_PROGRAM =~# 'iTerm.app'
|
||||
let s:is_AppleTerminal = exists('$TERM_PROGRAM') && $TERM_PROGRAM =~# 'Apple_Terminal'
|
||||
|
|
Loading…
Reference in New Issue
Block a user