Async fixes

This commit is contained in:
baabelfish 2016-02-10 02:55:18 +02:00
commit 02862ee691
11 changed files with 37 additions and 61 deletions

View file

@ -1,7 +1,7 @@
if exists("s:loaded")
if exists("g:nvim_nim_loaded")
finish
endif
let s:loaded = 1
let g:nvim_nim_loaded = 1
function! CheckDependency(command)