pfp-vim
pfp-vim copied to clipboard
Feature: In hex view highlight equivalent text
In the hex view highlight also the current equivalent text/ASCII.
PS: Thanks for the great tool 👍
I wanted to do this, need to dig into vim plugin apis a bit more to figure it out. Took some figuring out to highlight the hex, used :match, :2match, and :3match to highlight the rows in the hex, ran out of :Xmatch functions.
On Sun, Aug 7, 2016 at 10:15 PM, vdun [email protected] wrote:
In the hex pane highlight also the current equivalent text/ASCII.
PS: Thanks for the great tool 👍
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/d0c-s4vage/pfp-vim/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AE2rYjd6JoZqu3iBCJ6pd-oUGsDN4qfGks5qdp9kgaJpZM4JerFA .
bumping this up, would definitely be useful