1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00

re #373 & #374 revert s: values

This commit is contained in:
alan bount 2017-03-29 10:29:42 -04:00
parent 300a35b5c7
commit a16225dd08

View File

@ -4,7 +4,7 @@ let s:sys = SpaceVim#api#import('system')
" denite option " denite option
let s:denite_options = get(g:, 'denite_options', { let s:denite_options = {
\ 'default' : { \ 'default' : {
\ 'winheight' : 15, \ 'winheight' : 15,
\ 'mode' : 'insert', \ 'mode' : 'insert',
@ -14,7 +14,7 @@ let s:denite_options = get(g:, 'denite_options', {
\ 'direction': 'rightbelow', \ 'direction': 'rightbelow',
\ 'statusline' : 'false', \ 'statusline' : 'false',
\ 'prompt' : '➭', \ 'prompt' : '➭',
\ }}) \ }}
function! s:profile(opts) abort function! s:profile(opts) abort
for fname in keys(a:opts) for fname in keys(a:opts)