From 22286895fce0e45e42126c7f2e35ebf43bc625d9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 5 Nov 2020 20:50:51 +0100 Subject: patch 8.2.1961: various comments can be improved Problem: Various comments can be improved. Solution: Various comment adjustments. --- src/testdir/shared.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/shared.vim') 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') -- cgit v1.2.3