This commit is contained in:
jolan78
2020-05-04 10:07:39 +02:00
committed by GitHub
parent 915c7cfcd7
commit 3b46a4d9a3

View File

@@ -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'