1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +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
let plugins = [
\ ['SpaceVim/cscope.vim'],
\ ['SpaceVim/cscope.vim', {'merged' : 0}],
\ ]
return plugins
endfunction