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 +- runtime/doc/pi_tar.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/runtime/doc/pi_tar.txt b/runtime/doc/pi_tar.txt index a59a584348..c6c0596ea0 100644 --- a/runtime/doc/pi_tar.txt +++ b/runtime/doc/pi_tar.txt @@ -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 -- cgit