A quick search found that `compiler/idents.nim` proc `cmpIgnoreStyle` and 
`lib/core/macros.nim` proc `cmpIgnoreStyle` are the only ones that compare the 
first character via `if a[0] != b[0]: ...`, but commenting that out doesn't 
seem to do anything.

Any other suggestions of how to remove the case sensitivity of the first 
character?

Reply via email to