diff options
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 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 |