Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeber committed May 1, 2011
1 parent b350792 commit 392315d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoload/cached_file_contents.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
" @Last Change: 2010-01-03.
" @Revision: 0.3.0

"exec scriptmanager#DefineAndBind('s:c','g:cache_dir_options','{}')
"exec vam#DefineAndBind('s:c','g:cache_dir_options','{}')
if !exists('g:cache_dir_options') | let g:cache_dir_options = {} | endif | let s:c = g:cache_dir_options

let s:c['cache_dir'] = get(s:c, 'cache_dir', expand('$HOME').'/.vim-cache')
Expand Down
2 changes: 1 addition & 1 deletion autoload/glob.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exec scriptmanager#DefineAndBind('s:c','g:glob_like', '{}')
exec vam#DefineAndBind('s:c','g:glob_like', '{}')

" ignore vcs stuff, Don't think you want those..
let s:c['regex_ignore_directory'] = '\<\%([_.]darcs\|\.git\|.svn\|.hg\|.cvs\|.bzr\)\>'
Expand Down
2 changes: 1 addition & 1 deletion autoload/tiny_cmd.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" vim suffers:

exec scriptmanager#DefineAndBind('s:c','g:vim_tiny_cmd', '{}')
exec vam#DefineAndBind('s:c','g:vim_tiny_cmd', '{}')

fun! tiny_cmd#Put(a)
let new = get(s:c,'next',0) +1
Expand Down

0 comments on commit 392315d

Please sign in to comment.