mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Remove flag
This commit is contained in:
parent
761a603ac6
commit
704a895f02
@ -1,6 +1,6 @@
|
|||||||
function! SpaceVim#options#list() abort
|
function! SpaceVim#options#list() abort
|
||||||
let list = []
|
let list = []
|
||||||
if has('patch-7.4.2010') && 0
|
if has('patch-7.4.2010')
|
||||||
for var in getcompletion('g:spacevim_','var')
|
for var in getcompletion('g:spacevim_','var')
|
||||||
call add(list, var . ' = ' . string(get(g:, var[2:] , '')))
|
call add(list, var . ' = ' . string(get(g:, var[2:] , '')))
|
||||||
endfor
|
endfor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user