runtime/tar: 8024f936368336241406137a2fa78ed5ee9000a6

Port tar runtime files only.
This commit is contained in:
Jan Edmund Lazo
2021-02-17 23:54:40 -05:00
parent 1d84277738
commit d3c6f74498
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ fun! tar#Browse(tarfile)
if !filereadable(a:tarfile)
" call Decho('a:tarfile<'.a:tarfile.'> not filereadable')
if a:tarfile !~# '^\a\+://'
" if its an url, don't complain, let url-handlers such as vim do its thing
" if it's an url, don't complain, let url-handlers such as vim do its thing
redraw!
" call Decho("***error*** (tar#Browse) File not readable<".a:tarfile.">")
echohl Error | echo "***error*** (tar#Browse) File not readable<".a:tarfile.">" | echohl None

View File

@@ -167,4 +167,4 @@ Copyright 2005-2017: *tar-copyright*
(see http://michael.toren.net/code/)
==============================================================================
vim:tw=78:ts=8:ft=help
vim:tw=78:ts=8:noet:ft=help