From d5077e804273179280957de44b940b3932832557 Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Sat, 28 Jan 2017 16:13:40 +0200 Subject: [PATCH] Quit if python-neovim is not installed --- neostrophic.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/neostrophic.vim b/neostrophic.vim index c82ee94..8ee3f5e 100644 --- a/neostrophic.vim +++ b/neostrophic.vim @@ -54,6 +54,7 @@ endfunction " --- Start if(!has("python3")) echo "You should install python neovim module. `pip install neovim`" + exec "qall" end