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

Replace Unicode dashes with ASCII ones (#722)

This commit is contained in:
Wu Tingfeng
2023-08-20 22:39:46 +08:00
committed by GitHub
parent a33a44782e
commit 63419d6513
3 changed files with 4 additions and 4 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