Skip to content

Commit

Permalink
Merge pull request #1 from portown/update-vital
Browse files Browse the repository at this point in the history
Replace a deprecated function 'delete' of vital
  • Loading branch information
Shougo committed Oct 9, 2013
2 parents 34a3633 + 227b970 commit 84d333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/unite/sources/help.vim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function! unite#sources#help#refresh()
let cache_dir = g:unite_data_directory . '/help'
if s:Cache.filereadable(cache_dir, 'help-cache')
" Delete cache file.
call s:Cache.delete(cache_dir, 'help-cache')
call s:Cache.deletefile(cache_dir, 'help-cache')
endif
endfunction
let s:vimproc_files = {}
Expand Down

0 comments on commit 84d333a

Please sign in to comment.