Skip to content

Commit 3d188ed

Browse files
committed
Call out opening bracket behavior in FAQ
Apparently mentioning in the both the README intro and the help file isn't enough. I give up. Resolves: #366 Resolves: #363 Resolves: #314 Resolves: #303 Resolves: #240 Resolves: #205 Resolves: #108 Resolves: #27
1 parent bf3480d commit 3d188ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ support:
7070
git clone https://tpope.io/vim/surround.git
7171
vim -u NONE -c "helptags surround/doc" -c q
7272

73+
## FAQ
74+
75+
> How do I surround without adding a space?
76+
77+
Only the opening brackets—`[`, `{`, and `(`—add a space. Use a closing
78+
bracket, or the `b` (`(`) and `B` (`{`) aliases.
79+
7380
## Contributing
7481

7582
See the contribution guidelines for

0 commit comments

Comments
 (0)