From 3d188ed2113431cf8dac77be61b842acb64433d9 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 25 Oct 2022 16:34:39 -0400 Subject: [PATCH] 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: https://github.com/tpope/vim-surround/issues/366 Resolves: https://github.com/tpope/vim-surround/issues/363 Resolves: https://github.com/tpope/vim-surround/issues/314 Resolves: https://github.com/tpope/vim-surround/issues/303 Resolves: https://github.com/tpope/vim-surround/issues/240 Resolves: https://github.com/tpope/vim-surround/issues/205 Resolves: https://github.com/tpope/vim-surround/issues/108 Resolves: https://github.com/tpope/vim-surround/issues/27 --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 5321eec..d2a5c29 100644 --- a/README.markdown +++ b/README.markdown @@ -70,6 +70,13 @@ support: git clone https://tpope.io/vim/surround.git 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 See the contribution guidelines for