+1

accept hex values in goto line

IronDuke vor 5 Jahren 0

right now, the goto line command (Ctrl+G), and /path/to/file:line_num syntax only accepts decimal values for the line number.

if you use 

int(line_num, 0)

then it should be able to parse other number formats, including hexadecimal, octal, binary, etc.

Thanks!