NERDCommenter: Giving me js comments in an html file
Digging into the NERD-commenter code, it seems that when the filetype is not in it's list, it extracts it from a vim option named &commentstring
. My guess would be that some other plugin/configurations has changed &commentstring
for html files(probably to better support javascript comments).