1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00

Merge pull request #885 from SpaceVim/denite

Use v:false if possible
This commit is contained in:
Wang Shidong 2017-10-08 18:40:05 -05:00 committed by GitHub
commit 8565767857

View File

@ -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' : '➭',
\ }}