Bugfix hex.vim, paf.vim
git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@208 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
parent
9adfeaf888
commit
c8d8d9e995
@ -102,7 +102,7 @@ function! s:HexGetAsciiLine()
|
|||||||
catch
|
catch
|
||||||
let String = '?'
|
let String = '?'
|
||||||
endtry
|
endtry
|
||||||
return String
|
return strtrans(String)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Get value of current data under cursor for a:Bytes
|
" Get value of current data under cursor for a:Bytes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
" Adresse der aktuellen Zeile berechnen und in der Statusline anzeigen
|
" Adresse der aktuellen Zeile berechnen und in der Statusline anzeigen
|
||||||
command PafGetAddress! call PafGetAddress()
|
command! PafGetAddress call PafGetAddress()
|
||||||
function! PafGetAddress()
|
function! PafGetAddress()
|
||||||
let RE = ':\x\{2}\x\{4}02\(\x\{4}\)\x\{2}'
|
let RE = ':\x\{2}\x\{4}02\(\x\{4}\)\x\{2}'
|
||||||
let line = search(RE, 'bcnW')
|
let line = search(RE, 'bcnW')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user