Skip to content

Commit

Permalink
Merge branch 'cinnamon/html-copy-spec' of https://github.com/microsof…
Browse files Browse the repository at this point in the history
…t/terminal into cinnamon/html-copy-spec
  • Loading branch information
cinnamon-msft committed Apr 1, 2020
2 parents fa1e65b + b691666 commit 061bd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/#4191 - Formatted Copy/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We could have a global setting that adds the formatting when the user copies. Wh

### Settings option 2 - key binding argument

We could add an argument to the `copy` key binding to allow for formatted copying when the user chooses to do so.
We could add an argument to the `copy` key binding argument to allow for formatted copying when the user chooses to do so.

## UI/UX Design

Expand Down

1 comment on commit 061bd6a

@github-actions
Copy link

Choose a reason for hiding this comment

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

New misspellings found, please review:

  • VTE
To accept these changes, run the following commands
remove_obsolete_words=$(mktemp)
echo '#!/usr/bin/perl -ni
my $re=join "|", qw(
Impl
XY
);
next if /^($re)(?:$| .*)/;
print;' > $remove_obsolete_words
chmod +x $remove_obsolete_words
for file in .github/actions/spell-check/whitelist/alphabet.txt .github/actions/spell-check/whitelist/web.txt .github/actions/spell-check/whitelist/whitelist.txt; do $remove_obsolete_words $file; done
rm $remove_obsolete_words
(
echo "
impl
VTE
xy
"
) | sort -u -f | perl -ne 'next unless /./; print' > new_whitelist.txt && mv new_whitelist.txt '.github/actions/spell-check/whitelist/061bd6a1aed9a8f2db06f27680b47cd43509f8e1.txt'

Please sign in to comment.