From 56f4c602ec5b39127f39cfd17164d375f4a0b776 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 22 Apr 2018 22:46:29 +0800 Subject: [PATCH] Fix denite config denite do not quit after action ref: https://github.com/Shougo/denite.nvim/issues/477 --- config/plugins/denite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/denite.vim b/config/plugins/denite.vim index 3a26a140e..926ab0101 100644 --- a/config/plugins/denite.vim +++ b/config/plugins/denite.vim @@ -8,7 +8,7 @@ let s:denite_options = { \ 'default' : { \ 'winheight' : 15, \ 'mode' : 'insert', - \ 'quit' : 'true', + \ 'quit' : 1, \ 'highlight_matched_char' : 'MoreMsg', \ 'highlight_matched_range' : 'MoreMsg', \ 'direction': 'rightbelow',