aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-17 23:54:40 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-02-17 23:54:40 -0500
commitd3c6f7449838ef30b8d3b71fa418cec207e3de71 (patch)
tree5a03705de0ebcf4de43c8894611b5890cd073f1e /runtime/autoload
parent1d8427773835dccf491bd7010273460a5ad53ff8 (diff)
downloadrneovim-d3c6f7449838ef30b8d3b71fa418cec207e3de71.tar.gz
rneovim-d3c6f7449838ef30b8d3b71fa418cec207e3de71.tar.bz2
rneovim-d3c6f7449838ef30b8d3b71fa418cec207e3de71.zip
runtime/tar: 8024f936368336241406137a2fa78ed5ee9000a6
Port tar runtime files only.
Diffstat (limited to 'runtime/autoload')
-rw-r--r--runtime/autoload/tar.vim2
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