protect plugin against windows and prevent macos from crashing due to --ignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user