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
1 changed files with 1 additions and 1 deletions

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