mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-18 20:49:43 +01:00
It now only accepts digits and possibly a single minus character as the first character. Ordinary std::stoi has too much special magic, e.g. it converts "1 a" to "1".