exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Fix incorrect codepoint boundaries in isogram example #244

Closed BNAndras closed 8 months ago

BNAndras commented 8 months ago

Lowercase a is 97 and lowercase Z is 122 per https://en.wikipedia.org/wiki/List_of_Unicode_characters#Latin_script

kotp commented 8 months ago

Probably want to add the [no important files changed] statement in the commit?