-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using surround to change into typographic quotes work. The other way around doesn't #11
Comments
I'll see if I can reproduce this. Thanks. |
I'm on vim 8.0 and getting the same error |
Also: |
I finally installed Tim Pope's surround plugin after not using it for a few years. Changing from straight to curly works, but the reverse does not. So I'm seeing the same thing you are. My apologies, as it's been so long since I last dealt with this that I can't even recall if it did work both ways. However, if somebody wants to dig into this and get it working, I'd be happy to accept a pull request. |
After looking at the code it seems like Here's the issue on surround: tpope/vim-surround#210 |
This works for me now. I have no idea when or how the fix took place — maybe it's my fork of tpope's pluign? Is anybody else still experiencing this? |
I'm inclined to close this. (Nearly two years without any responses.) /ping @alerque |
Yup. Still no repro here. If anybody is still having this issue please comment and we'll review your situation. |
Hate to re-open this right after it was closed, but I'm having this issue. vim-surround commit baf89ad, vim-textobj-quote commit 7ce5b32, vim-textobj-user commit 41a675d. |
@andrew-vant Fair enough. I'm guessing you are a victim of tpope/vim-surround#210, you can try my fork here. I'm guessing that's why I can't repro this. |
Should we add a test for this? Or is it something that we can't fix, I haven't used surround in years (I use vim-sandwich instead, |
When you have
'something'
and you docs'q
on it, you do get“something”
, but when you have“something”
and you docsq'
on it, you don't get any change.The text was updated successfully, but these errors were encountered: