comparison runtime/autoload/tar.vim @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents 1a951a4beee3
children 29c5f168c6fd
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
119 return 119 return
120 endif 120 endif
121 if !filereadable(a:tarfile) 121 if !filereadable(a:tarfile)
122 " call Decho('a:tarfile<'.a:tarfile.'> not filereadable') 122 " call Decho('a:tarfile<'.a:tarfile.'> not filereadable')
123 if a:tarfile !~# '^\a\+://' 123 if a:tarfile !~# '^\a\+://'
124 " if its an url, don't complain, let url-handlers such as vim do its thing 124 " if it's an url, don't complain, let url-handlers such as vim do its thing
125 redraw! 125 redraw!
126 " call Decho("***error*** (tar#Browse) File not readable<".a:tarfile.">") 126 " call Decho("***error*** (tar#Browse) File not readable<".a:tarfile.">")
127 echohl Error | echo "***error*** (tar#Browse) File not readable<".a:tarfile.">" | echohl None 127 echohl Error | echo "***error*** (tar#Browse) File not readable<".a:tarfile.">" | echohl None
128 endif 128 endif
129 let &report= repkeep 129 let &report= repkeep