-
Notifications
You must be signed in to change notification settings - Fork 373
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
Disable add second bracket near word #330
Comments
With the exception of the quotes at the end of a word (I think, the single quote handling system may or may not have been expanded in a way that let's this be customized. Need to check when I'm out of bed), my fork has an opt-in option to do this: |
Same problem here. Not sure if I did it wrong but I tried @LunarWatcher 's fork and had the same issue: when adding a quote right before the first letter of an existing word, it still adds a closing quote so that it goes |
@DavidFelsen no repro. Did you remember to |
Fixed - Indeed the variable wasn't defined so I was still on jiangmiao's version. |
when add
"
->""request.POST
, but should just one"request.POST
and if
"
after world"
->request.POST"
should just onewhen we try add
(
it shouldn't add second if before word(
->(request
but if we add after word
(
->request()
The text was updated successfully, but these errors were encountered: