diff --git a/config/plugins/denite.vim b/config/plugins/denite.vim index c9dea725f..24cf0acab 100644 --- a/config/plugins/denite.vim +++ b/config/plugins/denite.vim @@ -12,7 +12,7 @@ let s:denite_options = { \ 'highlight_matched_char' : 'MoreMsg', \ 'highlight_matched_range' : 'MoreMsg', \ 'direction': 'rightbelow', - \ 'statusline' : 0, + \ 'statusline' : has('patch-7.4.1154') ? v:false : 0, \ 'prompt' : '➭', \ }}