Uncommenting lines starting with `\*` does not work in `tla` files with the following configuration: ``` let g:NERDCustomDelimiters = { 'tla': { 'left': '\\*', 'leftAlt': '(*', 'rightAlt': '*)' } } ```
Uncommenting lines starting with
\*does not work intlafiles with the following configuration: