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

Digraphs used for Rust comments #274

Open
ideasman42 opened this issue Nov 4, 2016 · 1 comment
Open

Digraphs used for Rust comments #274

ideasman42 opened this issue Nov 4, 2016 · 1 comment

Comments

@ideasman42
Copy link

ideasman42 commented Nov 4, 2016

Take the line:

test;  /* foo */

Commenting turns this into:

// test;  [> foo <]

Unlike C/C++, Rust doesn't have issues with nested comments, could this be disabled for Rust?


let g:NERDUsePlaceHolders = 0 resolves, however this could be used for languages that need it.

@alerque
Copy link
Member

alerque commented Nov 5, 2016

Setting default values for that (and other settings such as space-after-comment delimiter for Python and friends) on a per language basis would be a great feature if somebody wants to help code it up.

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

No branches or pull requests

2 participants