rename storage file
- so it better reflects the content
This commit is contained in:
parent
22b86e2979
commit
2506ac3c67
@ -115,7 +115,7 @@ func! s:fetch_scripts(to)
|
||||
endf
|
||||
|
||||
func! s:load_scripts(bang)
|
||||
let f = expand(g:bundle_dir.'/.vundle/vim-scripts.org.json')
|
||||
let f = expand(g:bundle_dir.'/.vundle/script-names.vim-scripts.org.json')
|
||||
if a:bang || !filereadable(f)
|
||||
if 0 != s:fetch_scripts(f)
|
||||
return []
|
||||
|
Loading…
Reference in New Issue
Block a user