Use a more reliable check before trying to load ALE

This commit is contained in:
Danielle McLean 2017-02-04 17:14:23 +11:00
parent e37ff3891f
commit 69d5decfa7
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -29,7 +29,7 @@ Plug 'vhda/verilog_systemverilog.vim'
Plug 'sheerun/vim-polyglot'
Plug 'sukima/xmledit'
if has('job')
if has('neovim') || exists('*ch_close_in')
Plug 'w0rp/ale'
endif