mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:50:06 +08:00
Fix wrong valuable name (#4008)
close https://github.com/SpaceVim/SpaceVim/issues/4007
This commit is contained in:
parent
a2ef673ac3
commit
7400e6008d
@ -250,7 +250,7 @@ function! s:ExecLoad(option, long_option, pattern) abort
|
|||||||
|
|
||||||
let l:restore_gtagsdbpath = 0
|
let l:restore_gtagsdbpath = 0
|
||||||
if empty($GTAGSDBPATH)
|
if empty($GTAGSDBPATH)
|
||||||
let $GTAGSDBPATH = s:FILE.unify_path(g:gtags_cache_dir) . s:FILE.path_to_fname($GTAGSROOT)
|
let $GTAGSDBPATH = s:FILE.unify_path(g:tags_cache_dir) . s:FILE.path_to_fname($GTAGSROOT)
|
||||||
let l:restore_gtagsdbpath = 1
|
let l:restore_gtagsdbpath = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user