-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
Uncommenting does not work when left delimiter starts with backslash #498
Comments
What happens — is this something about backslash escaping that isn't working right? |
The uncommenting command just doesn't do anything.
Set filetype to |
let g:NERDCustomDelimiters = { 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' } } Using this (which as of your PR #497 is merged so you don't need to add it to your configs, just update your plugins) produces a commented line prefixed with |
Okay that's strange. I removed the line above from my config and update the plugin. The commenting command |
Well, I get the same behavior in vim.
and hit
Hitting
If I start with
and hit
|
I'm in Neovim too. |
Okay, maybe it's something platform specific. I just tried in a fresh Ubuntu jammy docker image with a fresh vim install where the only thing I did is install nerdcommenter with vimplug. I get the behavior I described above. |
Uncommenting lines starting with
\*
does not work intla
files with the following configuration:The text was updated successfully, but these errors were encountered: