Skip to content

Add two global variables to toggle whether spaces are added inside brackets, respectively#387

Open
cnlzxin wants to merge 1 commit intotpope:masterfrom
cnlzxin:master
Open

Add two global variables to toggle whether spaces are added inside brackets, respectively#387
cnlzxin wants to merge 1 commit intotpope:masterfrom
cnlzxin:master

Conversation

@cnlzxin
Copy link

@cnlzxin cnlzxin commented May 19, 2024

No description provided.

@chinwobble
Copy link

@tpope I'm interested in this feature.
Is it possible we can get this merged?

Comment on lines +11 to +12
let g:insert_space_left = get(g:, 'surround_insert_space_left', 1)
let g:insert_space_right = get(g:, 'surround_insert_space_right', 0)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this should be s:insert_space_right. No point in defining a second global config variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants