1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:40:05 +08:00

Use v:false if possible

close #884
This commit is contained in:
wsdjeg 2017-10-08 19:58:51 +08:00
parent 9df6d3c974
commit 18fb04bb4d

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