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',