mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
fix(typo): fix typo in cscope layer
This commit is contained in:
parent
7f2dd0642d
commit
5642bc572c
@ -121,7 +121,7 @@ function! SpaceVim#layers#cscope#set_variable(var) abort
|
|||||||
let g:cscope_preload_path = get(a:var,
|
let g:cscope_preload_path = get(a:var,
|
||||||
\ 'preload_path',
|
\ 'preload_path',
|
||||||
\ '')
|
\ '')
|
||||||
let g:cscope_list_files_command = get(a:ver,
|
let g:cscope_list_files_command = get(a:var,
|
||||||
\ 'list_files_command',
|
\ 'list_files_command',
|
||||||
\ s:list_files_command)
|
\ s:list_files_command)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user