vim-code-dark icon indicating copy to clipboard operation
vim-code-dark copied to clipboard

First digit after separator in literal in comment C++

Open Frenoss opened this issue 4 years ago • 0 comments

In C++ literals get formatted separately from the rest of a comment they're embedded in. For a numeric literal with separators, the first digit after the separator is formatted even less correctly.

image

Frenoss avatar Feb 26 '20 19:02 Frenoss