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:
committed by
Bram Moolenaar
parent
16abd997c9
commit
4c0089d696
@@ -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
|
||||
|
Reference in New Issue
Block a user