-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
c/c++ alternative delims #425
Comments
I agree something doesn't look right there! We'd be happy to accept a PR that fixed this if anybody wants to tackle it! |
Hi! I am up for the challenge. You can assign this to me. |
Can you help me on how to actually run the source code, I am a bit stuck! |
@VishalNayek Sure, but I'm not sure what you mean. If you have the plugin installed somewhere you should be able to just edit the plugin code wherever you already have it installed, then rerun vim to use your changes. |
Hi, any chance to have it fixed? |
it seems that a possible fix is rather easy, in file if !s:Multipart() && g:NERDAllowAnyVisualDelims && s:AltMultipart()
let switchedDelims = 1
call s:SwitchToAlternativeDelimiters(0)
endif should be replaced with if !s:Multipart() && !g:NERDAllowAnyVisualDelims && s:AltMultipart()
let switchedDelims = 1
call s:SwitchToAlternativeDelimiters(0)
endif since the switch to alternative delimiters there Do you need a pull request or could you apply this minor change yourself? best Cristiano |
@cridemichel A PR would be easier for others to test! |
I have just created a PR |
Dear alerque, |
Co-authored-by: Cristiano De Michele <[email protected]>
Hey thanks for the poke, I must have missed notification(s) in late October because I don't recall seeing that PR #440 at all. It looks quite reasonable to me and I've gone ahead and merged it. |
thank you for the prompt reply!
best C.
Cristiano De Michele
[email protected]
… Il giorno 3 dic 2020, alle ore 10:34, Caleb Maclennan ***@***.***> ha scritto:
Closed #425 <#425>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#425 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADU4YGQV7EPW5EYZJWFALF3SS5LT5ANCNFSM4MYTCSJA>.
|
Hi, |
Dear developers,
first of all thank you very much for the very nice and useful plugin!
I have a minor issue to report.
To reproduce the issue, do the following steps:
what I get is the following:
while I expected the following output:
kind regards Cristiano
The text was updated successfully, but these errors were encountered: