1
0
forked from aniani/vim

patch 9.0.1677: typo in syntax test input file

Problem:    Typo in syntax test input file.
Solution:   Fix the typo and the expected dump files. (THARAK HEGDE,
            closes #12635)
This commit is contained in:
THARAK HEGDE
2023-07-09 02:38:28 +01:00
committed by Bram Moolenaar
parent 16abd997c9
commit 4c0089d696
4 changed files with 5 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ done ; echo
#
# Here is the heart of this script:
#
echo "Processing the following command line arguements: ${*:-none}"
echo "Processing the following command line arguments: ${*:-none}"
echo "Script: for loop outside a function:\t\c"
for Var
do