Patch windows (#222)

This commit is contained in:
Federico Scodelaro
2021-03-09 16:12:10 -03:00
committed by GitHub
parent 411e3412d1
commit 31ef294d05
9 changed files with 73 additions and 23 deletions

View File

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