preservim / nerdcommenter

Vim plugin for intensely nerdy commenting powers
Creative Commons Zero v1.0 Universal
4.97k stars 447 forks source link

Fix bug for unable to uncomment indented comments in vim files #510

Closed Konstantin-Glukhov closed 1 year ago

Konstantin-Glukhov commented 1 year ago

Closes #491

The fix is quite transparent - just use a regular expression to find the first comment character.