diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-01-14 19:29:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-01-14 19:29:13 +0100 |
commit | 8024f936368336241406137a2fa78ed5ee9000a6 (patch) | |
tree | abbc48a380920496fb8e1d1cbb7f2af3f6f41b98 /runtime/autoload/tar.vim | |
parent | ee93b737aaa7bf65edc7281f429dd89fcf657a6f (diff) | |
download | vim-git-8024f936368336241406137a2fa78ed5ee9000a6.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/autoload/tar.vim')
-rw-r--r-- | runtime/autoload/tar.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/tar.vim b/runtime/autoload/tar.vim index 3ed34fd0a..9f9609434 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 |