Skip to content

Commit 4c0089d

Browse files
captainhaddock18brammool
authored andcommitted
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 vim#12635)
1 parent 16abd99 commit 4c0089d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

runtime/syntax/testdir/dumps/sh_07_04.dump

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>#+0#0000e05&| +0#0000000&@73
88
|#+0#0000e05&| |H|e|r|e| |i|s| |t|h|e| |h|e|a|r|t| |o|f| |t|h|i|s| |s|c|r|i|p|t|:| +0#0000000&@39
99
|#+0#0000e05&| +0#0000000&@73
10-
|e+0#af5f00255&|c|h|o| +0#e000002&|"+0#af5f00255&|P+0#e000002&|r|o|c|e|s@1|i|n|g| |t|h|e| |f|o|l@1|o|w|i|n|g| |c|o|m@1|a|n|d| |l|i|n|e| |a|r|g|u|e|m|e|n|t|s|:| |$+0#e000e06&|{|*|:+0#af5f00255&|-|n+0#0000000&|o|n|e|}+0#e000e06&|"+0#af5f00255&| +0#0000000&@7
10+
|e+0#af5f00255&|c|h|o| +0#e000002&|"+0#af5f00255&|P+0#e000002&|r|o|c|e|s@1|i|n|g| |t|h|e| |f|o|l@1|o|w|i|n|g| |c|o|m@1|a|n|d| |l|i|n|e| |a|r|g|u|m|e|n|t|s|:| |$+0#e000e06&|{|*|:+0#af5f00255&|-|n+0#0000000&|o|n|e|}+0#e000e06&|"+0#af5f00255&| +0#0000000&@8
1111
|e+0#af5f00255&|c|h|o| +0#e000002&|"+0#af5f00255&|S+0#e000002&|c|r|i|p|t|:| @3|f|o|r| |l|o@1|p| |o|u|t|s|i|d|e| |a| |f|u|n|c|t|i|o|n|:|\+0#e000e06&|t|\|c|"+0#af5f00255&| +0#0000000&@24
1212
|f+0#af5f00255&|o|r| +0#0000000&|V|a|r| @67
1313
|d+0#af5f00255&|o| +0#0000000&@72

runtime/syntax/testdir/dumps/sh_07_99.dump

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
|#+0#0000e05#ffffff0| +0#0000000&@73
2-
|e+0#af5f00255&|c|h|o| +0#e000002&|"+0#af5f00255&|P+0#e000002&|r|o|c|e|s@1|i|n|g| |t|h|e| |f|o|l@1|o|w|i|n|g| |c|o|m@1|a|n|d| |l|i|n|e| |a|r|g|u|e|m|e|n|t|s|:| |$+0#e000e06&|{|*|:+0#af5f00255&|-|n+0#0000000&|o|n|e|}+0#e000e06&|"+0#af5f00255&| +0#0000000&@7
2+
|e+0#af5f00255&|c|h|o| +0#e000002&|"+0#af5f00255&|P+0#e000002&|r|o|c|e|s@1|i|n|g| |t|h|e| |f|o|l@1|o|w|i|n|g| |c|o|m@1|a|n|d| |l|i|n|e| |a|r|g|u|m|e|n|t|s|:| |$+0#e000e06&|{|*|:+0#af5f00255&|-|n+0#0000000&|o|n|e|}+0#e000e06&|"+0#af5f00255&| +0#0000000&@8
33
|e+0#af5f00255&|c|h|o| +0#e000002&|"+0#af5f00255&|S+0#e000002&|c|r|i|p|t|:| @3|f|o|r| |l|o@1|p| |o|u|t|s|i|d|e| |a| |f|u|n|c|t|i|o|n|:|\+0#e000e06&|t|\|c|"+0#af5f00255&| +0#0000000&@24
44
|f+0#af5f00255&|o|r| +0#0000000&|V|a|r| @67
55
|d+0#af5f00255&|o| +0#0000000&@72

runtime/syntax/testdir/input/sh_07.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ done ; echo
7373
#
7474
# Here is the heart of this script:
7575
#
76-
echo "Processing the following command line arguements: ${*:-none}"
76+
echo "Processing the following command line arguments: ${*:-none}"
7777
echo "Script: for loop outside a function:\t\c"
7878
for Var
7979
do

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1677,
698700
/**/
699701
1676,
700702
/**/

0 commit comments

Comments
 (0)