Browse Source

rename storage file

- so it better reflects the content
BundleMake
gmarik 13 years ago
parent
commit
2506ac3c67
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/scripts.vim

+ 1
- 1
autoload/vundle/scripts.vim View File

@ -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 []


|||||||
x
 
000:0
Loading…
Cancel
Save