From 3b5f2bd47016a57ba18f6d1aaf786bb65f9b6004 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 4 Jan 2018 23:29:15 +0100 Subject: [PATCH] async: Todo: Check if cwd option for Vim 8 is needed --- autoload/airline/async.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/airline/async.vim b/autoload/airline/async.vim index b7b72b5e..c6449b5c 100644 --- a/autoload/airline/async.vim +++ b/autoload/airline/async.vim @@ -53,6 +53,8 @@ endfunction if v:version >= 800 && has("job") " Vim 8.0 with Job feature + " TODO: Check if we need the cwd option for the job_start() functions + " (only works starting with Vim 8.0.0902) function! s:on_stdout(channel, msg) dict abort let self.buf .= a:msg