diff --git a/autoload/tlib/cache.vim b/autoload/tlib/cache.vim index 8a42ca4..0304a31 100755 --- a/autoload/tlib/cache.vim +++ b/autoload/tlib/cache.vim @@ -3,8 +3,8 @@ " @Website: http://www.vim.org/account/profile.php?user_id=4037 " @License: GPL (see http://www.gnu.org/licenses/gpl.txt) " @Created: 2007-06-30. -" @Last Change: 2010-11-18. -" @Revision: 0.1.177 +" @Last Change: 2010-11-22. +" @Revision: 0.1.181 " |tlib#cache#Purge()|: Remove cache files older than N days. @@ -81,9 +81,6 @@ function! tlib#cache#Filename(type, ...) "{{{3 endtry endif let cache_file = tlib#file#Join([dir, file]) - if isdirectory(cache_file) - echoerr 'TLib: Cannot create cache file because a directory of the same name exists (please delete it):' cache_file - endif " TLogVAR cache_file return cache_file endf