Skip to content

Commit

Permalink
fix copy/paste error that breaks cheatsheet (#1787)
Browse files Browse the repository at this point in the history
This got changed everywhere but here.



## Checklist

- [/] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [/] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [x] I have ~not broken~ fixed the cheatsheet
  • Loading branch information
josharian authored Aug 15, 2023
1 parent bd4719c commit 5a9be05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursorless-talon/src/cheatsheet/sections/special_marks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ def get_special_marks():
)

return [
*get_lists(["special_mark", "unknown_symbol"], "mark"),
*get_lists(["simple_mark", "unknown_symbol"], "mark"),
*line_direction_marks,
]

0 comments on commit 5a9be05

Please sign in to comment.