vim: Prevent overflowing integer when pushing count digit (#15079)
Tom Anderson
created
Minor bug where the command count overflows when enough digits are
entered. This swaps out simple multiplication/addition for their checked
counter parts, falling back to the previous value in case of overflow.
Release Notes:
- N/A