Replacing a nibble (only) has no effect; but the display indicates
otherwise.
To reproduce:
$ echo foo > bar
$ hd bar
00000000 66 6f 6f 0a |foo.|
00000004
$ hexer bar
Now press these keys: r1<ESC>
Now hexer shows
00000000: 16 6f 6f 0a -- -- -- -- -- -- -- -- -- -- -- -- foo.------------
Press :wq<CR>; hexer quits.
$ echo $?
0
No error reported.
But the file isn't modified:
$ hd bar
00000000 66 6f 6f 0a |foo.|
00000004
Scrolling away and back shows the unmodified byte; but that doesn't work
for small files, and the intermediate display shows the expected change.
Hexer should also accept single-nibble changes!
control: tag -1 + confirmed upstream Thanks for your interest in hexer! This is related to another bug I noticed recently; I will try to fix it in the next couple of days. G'luck, Peter
Hi Peter, sorry if I sound impatient, but I just stumbled upon that again. Any updates? Regards, Phil