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

fix(typo): fix typo in cscope layer

This commit is contained in:
wsdjeg 2022-06-07 22:45:26 +08:00
parent 7f2dd0642d
commit 5642bc572c

View File

@ -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)