1
0
mirror of https://github.com/amix/vimrc synced 2025-07-04 23:15:01 +08:00

Replace Unicode dashes with ASCII ones

This commit is contained in:
Wu Tingfeng
2022-12-09 04:40:28 +08:00
parent 2b653aa950
commit e4b8bdfb5a
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ support:
> How do I surround without adding a space?
Only the opening brackets`[`, `{`, and `(`add a space. Use a closing
Only the opening brackets (`[`, `{`, and `(`) add a space. Use a closing
bracket, or the `b` (`(`) and `B` (`{`) aliases.
## Contributing