Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Space expanding within string #46

Open
cocreature opened this issue Nov 25, 2012 · 2 comments
Open

Space expanding within string #46

cocreature opened this issue Nov 25, 2012 · 2 comments

Comments

@cocreature
Copy link

I realized that if I start writing a string like " this it gets autocompleted to "" which is exactly what I want. The Problem is, if my string starts with a space this space gets doubled as well so that I that I have to spaces instead of one in my string, which is of course not what I want. Is there any setting to disable this? If it's not possible to disable it only for strings starting with "" or '' I'd like to disable it completely.

@captbaritone
Copy link

Just thought I would mention that this seems related Issue #54

@captbaritone
Copy link

Looking through old issues I found this one: #29 in which @artm suggests the following to turn off the feature altogether:

let g:AutoCloseExpandSpace = 0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants