From d3c6f7449838ef30b8d3b71fa418cec207e3de71 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 17 Feb 2021 23:54:40 -0500 Subject: runtime/tar: 8024f936368336241406137a2fa78ed5ee9000a6 Port tar runtime files only. --- runtime/autoload/tar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/autoload') diff --git a/runtime/autoload/tar.vim b/runtime/autoload/tar.vim index 3ed34fd0aa..9f9609434f 100644 --- a/runtime/autoload/tar.vim +++ b/runtime/autoload/tar.vim @@ -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 -- cgit