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

Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev

This commit is contained in:
wsdjeg 2017-10-09 20:05:08 +08:00
commit 182700e75b

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