rr- / vim-hexdec

Convert hexadecimal numbers to decimal and vice versa.
MIT License
14 stars 5 forks source link

Conversion error #8

Open Luni-4 opened 3 years ago

Luni-4 commented 3 years ago

When I try to convert 0x5 in decimal using :Hex2Dec both in normal and visual mode I get the following error: Error converting base - unknown digit: X

Luni-4 commented 3 years ago

Does it happen to you @rr-?