Skip to content
Snippets Groups Projects
Commit 5919416e authored by Lukas Holecek's avatar Lukas Holecek Committed by hjk
Browse files

fakevim: Increase/decrease octal and hexadecimal numbers


Hexadecimal (prefix '0x' or '0X') and octal (prefix '0') numbers are
unsigned. Decimal number can be signed (with leading '-').

Preserve width of hexadecimal and octal numbers (i.e. append leading
zeroes if result is shorter or remove leading zeroes if any and result
is longer).

Change-Id: I93769546ff40a586458986909fcee1e4e9143bc2
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent ec3f4d38
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment