Wmbat
Results
2
issues of
Wmbat
Hello, I'm writing a colorscheme for my neovim and i set the `Normal` group like so in my theme file: ``` Group.new('Normal', colors.fg, colors.bg, styles.NONE) ``` with fg and bg...
## Description Fixes all implicit sign conversions and turns on -Wsign-conversion when building catch2. I usually tried to find a good solution to the warning instead of casting. Ran all...