Click on the package to download.
hexman.vim |
0.7.3 |
2014-01-23 |
7.0 |
Peter Franz |
Gvim 7.4 support - xxd on Windows was not found (again).
Hope it works also upwards vim 7.4 |
hexman.vim |
0.7.2 |
2007-01-18 |
6.0 |
Peter Franz |
Patch from Ingo Karkat / 'xxd' did not start when VIM is installed in a directory containing spaces (e.g. on an English Windows XP:
"c:\Program Files\vim\vim70\xxd.exe"). |
hexman.vim |
0.7.1 |
2007-01-16 |
6.0 |
Peter Franz |
Patch from Alejandro Cornejo / language independent cursor offset calculation. |
hexman.vim |
0.7.0 |
2006-03-30 |
7.0 |
Peter Franz |
Support vim7 (xxd was not found / fix match syntax) |
hexman.vim |
0.6.0 |
2003-11-20 |
6.0 |
Peter Franz |
Search Hex Character with \hf
With search history eg. /<Up> you can repeat the search.
Possibility to switch off advanced ascii/hex editing
(see Additional Features in Script).
|
hexman.vim |
0.5.1 |
2003-10-31 |
6.0 |
Peter Franz |
FIX: Editing in Hex part was not possible (as of 0.5.0). |
hexman.vim |
0.5.0 |
2003-10-31 |
6.0 |
Peter Franz |
Changes in the printable text part (ascii area) are now supported in
Replace mode (command "R" or Select Mode "gh" )
for most characters (see Known Problems).
|
hexman.vim |
0.4.1 |
2003-08-19 |
6.0 |
Peter Franz |
More features:
- Switch cursor between hex and ascii area with t or <leader>ht
(or map it to a different keymap in vimrc e.g.: map <F7> Plug>HexToggle)
- After calling/leaving hexman the cursor is set to current file position. |
hexman.vim |
0.2.1 |
2003-08-08 |
6.0 |
Peter Franz |
Bugfixes (one from Ingo karkat - thank you). New feature: Staying on a ascii character it marks the related hex column. |
hexman.vim |
0.1.0 |
2003-07-30 |
6.0 |
Peter Franz |
Show own hexman menu entry with hexman commands (gui version).
If you don't like the menu - please set in your vimrc:
let hex_menu = 0 |
hexman.vim |
0.0.2 |
2003-06-14 |
6.0 |
Peter Franz |
FIX: default moving to next hex character
with <TAB> and <S-TAB> don't work on (LINUX/UNIX)
|
hexman.vim |
0.0.1 |
2003-06-05 |
6.0 |
Peter Franz |
Initial upload |