You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing map <silent> <leader>qc <Plug>ReplaceWithCurly per the README, I tried \qc. Instead of replacing pairs of straight quotes with matching curlies, it instead replaced all straight quotes with right curly quotes.
The text was updated successfully, but these errors were encountered:
I can't reproduce that here. Can you give a sample of text you were using and list exactly what commands you ran and what mode you were in when you ran the commands?
It may also be useful to try starting vim with a minimal vimrc and no other plugins (except vim-textobj-user and vim-textobj-quote).
For example, save this as vimrc (no dot in that filename).
After doing
map <silent> <leader>qc <Plug>ReplaceWithCurly
per the README, I tried\qc
. Instead of replacing pairs of straight quotes with matching curlies, it instead replaced all straight quotes with right curly quotes.The text was updated successfully, but these errors were encountered: