Skip to content

Commit

Permalink
patch 9.0.1677: typo in syntax test input file
Browse files Browse the repository at this point in the history
Problem:    Typo in syntax test input file.
Solution:   Fix the typo and the expected dump files. (THARAK HEGDE,
            closes #12635)
  • Loading branch information
captainhaddock18 authored and brammool committed Jul 9, 2023
1 parent 16abd99 commit 4c0089d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/syntax/testdir/dumps/sh_07_04.dump
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>#+0#0000e05&| +0#0000000&@73
|#+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
|#+0#0000e05&| +0#0000000&@73
|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
|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
|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
|f+0#af5f00255&|o|r| +0#0000000&|V|a|r| @67
|d+0#af5f00255&|o| +0#0000000&@72
Expand Down
2 changes: 1 addition & 1 deletion runtime/syntax/testdir/dumps/sh_07_99.dump
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
|#+0#0000e05#ffffff0| +0#0000000&@73
|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
|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
|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
|f+0#af5f00255&|o|r| +0#0000000&|V|a|r| @67
|d+0#af5f00255&|o| +0#0000000&@72
Expand Down
2 changes: 1 addition & 1 deletion runtime/syntax/testdir/input/sh_07.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1677,
/**/
1676,
/**/
Expand Down

14 comments on commit 4c0089d

@trainstopperd
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest in peace, Bram. You will forever be remembered.

@Starostka
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for doing what you loved, Bram, and sharing it with the world. Rest in peace.

@mmm25002500
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP

@bigov
Copy link

@bigov bigov commented on 4c0089d Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP. Thank you for the priceless gift.

@tracyone
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP. Thank you for your great work on Vim

@flipbit03
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't expecting this to hit me so hard. His name is literally etched in my memories, from the many times I've booted up vim, seeing his name in the splash screen and info about helping kids in Uganda. His magnum opus has literally been with me for more than half of my life, 20+ years.

This is his contribution graph as of today, Aug 5. Now, it is clear something was going on, it is like a candle slowly fading away.
image

RIP, Bram. Thank you, thank you, thank you.

@debugger22m
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP Bram. Have a great afterlife.

@wbpayne22902
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP Bram. I'm sure you are coding wonderful software in the afterlife.

@Happylkx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP Bram.

@1Jack2
Copy link

@1Jack2 1Jack2 commented on 4c0089d Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP Bram.

@krmbzds
Copy link

@krmbzds krmbzds commented on 4c0089d Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💐

@ricardoareis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For more than 2 decades I have been a user of the VIM editor.

I remember as if it were today, the first time I saw the Uganda Children's Help section, together with free software.

On August 3rd, Bram passed away, leaving an active community, and an example.

Free software, which does not embrace human dignity, will never be truly free.

R.I.P Bram.

@ahsar
Copy link

@ahsar ahsar commented on 4c0089d Aug 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R.I.P Bram

@k-takata
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please write the comments to the discussion, not to this commit.

Please sign in to comment.