Skip to content
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

fix: add missing commentstring option #71

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

scottmckendry
Copy link
Contributor

Fixes #70

I've cloned neovim locally and applied this patch to this file to verify:
https://github.com/neovim/neovim/blob/master/runtime/ftplugin/cs.vim

Works exactly how I expect it. Neovim's built-in commenting now uses the correct prefix when commenting out lines.

Appreciate if this could be merged, then upstreamed to vim when convenient to do so. If you have any questions, please let me know.

@nickspoons nickspoons merged commit 3512797 into nickspoons:master Mar 3, 2025
2 checks passed
@nickspoons
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

commentstring is not set
2 participants