diff runtime/autoload/tar.vim @ 10228:8a1481e59d64

commit https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 25 22:11:48 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Sep 2016 22:15:04 +0200
parents 22fa3049e934
children 0ecb909e3249
line wrap: on
line diff
--- a/runtime/autoload/tar.vim
+++ b/runtime/autoload/tar.vim
@@ -117,7 +117,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!
     echohl Error | echo "***error*** (tar#Browse) File not readable<".a:tarfile.">" | echohl None
    endif