summaryrefslogtreecommitdiffstats
path: root/src/testdir/shared.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-05 20:50:51 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-05 20:50:51 +0100
commit22286895fce0e45e42126c7f2e35ebf43bc625d9 (patch)
tree724167479bb64dc64279cc35319a533a82e704c1 /src/testdir/shared.vim
parent0fd797eacd569a0680a86452c18713eacf6608fe (diff)
patch 8.2.1961: various comments can be improvedv8.2.1961
Problem: Various comments can be improved. Solution: Various comment adjustments.
Diffstat (limited to 'src/testdir/shared.vim')
-rw-r--r--src/testdir/shared.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim
index c7dd41f20f..3c6fe1cd36 100644
--- a/src/testdir/shared.vim
+++ b/src/testdir/shared.vim
@@ -223,7 +223,7 @@ func s:feedkeys(timer)
call feedkeys('x', 'nt')
endfunc
-" Get $VIMPROG to run Vim executable.
+" Get $VIMPROG to run the Vim executable.
" The Makefile writes it as the first line in the "vimcmd" file.
func GetVimProg()
if !filereadable('vimcmd')