Skip to content
GitLab
Explore
Sign in
Bash, Zsh: fix arguments after a heredoc
Code
Review changes
Check out branch
Download
Patches
Plain diff
jonathan poelen
requested to merge
jpoelen/syntax-highlighting:fix_heredoc_sh
into
master
Jul 09, 2023
Overview
1
Commits
1
Pipelines
3
Changes
12
Expand
Before:
cat <<EOF -a
^ command
After:
cat <<EOF -a
^ option
Merge request reports
Loading