mirror of
https://github.com/neovim/neovim.git
synced 2026-02-02 10:31:14 +10:00
Problem: During a refactor long ago, we changed the `getdigits_*` familiy of functions to abort on overflow. But this is often wrong, because many of these codepaths are handling user input. Solution: Decide at each call-site whether to use "strict" mode. fix #5555
1.4 KiB
1.4 KiB