mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
runtime/tar: 8024f936368336241406137a2fa78ed5ee9000a6
Port tar runtime files only.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user