1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:10:05 +08:00

Fix cscope layer (#1786)

This commit is contained in:
Wang Shidong 2018-09-01 10:04:39 +08:00 committed by GitHub
parent cce133115e
commit e12f243214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
function! SpaceVim#layers#cscope#plugins() abort function! SpaceVim#layers#cscope#plugins() abort
let plugins = [ let plugins = [
\ ['SpaceVim/cscope.vim'], \ ['SpaceVim/cscope.vim', {'merged' : 0}],
\ ] \ ]
return plugins return plugins
endfunction endfunction