protect plugin against windows and prevent macos from crashing due to --ignore

This commit is contained in:
kyazdani42
2020-02-22 17:36:05 +01:00
parent 4422ebc299
commit e5db994ebb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
if exists('g:loaded_tree') | finish | endif
if has('win32') || exists('g:loaded_tree') | finish | endif
let s:save_cpo = &cpo
set cpo&vim