Tim Pope
2022-10-25 16:34:39 -04:00
parent bf3480dc9a
commit 3d188ed211

View File

@@ -70,6 +70,13 @@ support:
git clone https://tpope.io/vim/surround.git git clone https://tpope.io/vim/surround.git
vim -u NONE -c "helptags surround/doc" -c q vim -u NONE -c "helptags surround/doc" -c q
## FAQ
> How do I surround without adding a space?
Only the opening brackets—`[`, `{`, and `(`—add a space. Use a closing
bracket, or the `b` (`(`) and `B` (`{`) aliases.
## Contributing ## Contributing
See the contribution guidelines for See the contribution guidelines for