Skip to content

Commit

Permalink
Fix ALT+{} for indent
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn committed Feb 28, 2023
1 parent b52225a commit b9ac1a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Xbuild4Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ jobs:
\\t\\tcase SHIFT_DELETE: input = CONTROL_SHIFT_DELETE; break;\\n\
\\t}\\n\
}" src/nano.c
sed -Ei.bak '
s|(M-\{", )0|\1ALT_LBRACKET|
s|(M-}", )0|\1ALT_RBRACKET|
' src/global.c
sed -i.bak "
s/0x401/CTL_LEFT/
s/0x402/CTL_RIGHT/
Expand Down

0 comments on commit b9ac1a8

Please sign in to comment.