From b5e3b1485ec50de91fe2b90b84d20ff52fdbdda3 Mon Sep 17 00:00:00 2001 From: Alexey Terekhov Date: Sat, 10 Dec 2016 20:01:29 +0300 Subject: [PATCH] enable airline back on close --- plugin/extradite.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/extradite.vim b/plugin/extradite.vim index 6a87a62..b05f734 100644 --- a/plugin/extradite.vim +++ b/plugin/extradite.vim @@ -190,6 +190,10 @@ function! s:ExtraditeClose() abort exe 'keepjumps '.logged_winnr.'wincmd w' endif let t:extradite_bufnr = -1 + + " enable airline back on close + let w:airline_disabled = 0 + return rev endfunction