vimsuite/vimfiles/doc/editsrec.txt
Stefan Liebl d1c4a9bc21 GetLatestVimScripts
Align, gundo, netrw, tcomment, LogiPat, editsrec, vcscommand
2013-09-04 14:00:54 +02:00

46 lines
1.6 KiB
Plaintext

" Vim Global Plugin for Editing .srec Files, doc-File
" Maintainer: Alexander Fleck
" <alexander.fleck@gmx.net>
" License: This File is placed in the Public Domain.
" Revision | Date [DD.MM.YY] | Changes
" 00.01.00 | 05.07.09 | 01.
" 00.01.10 | | -
" 00.02.00 | 29.03.10 | Description added
" 00.02.10 | | -
" 00.02.20 | | Description added (ms)
*editsrec.txt* Global Plugin for Editing .srec Files
This Plugin consists of the following Files:
/plugin/editsrec.vim
/plugin/editsrec_test.txt
/autoload/libsrec.vim
and
/doc/editsrec.txt
, this File.
The Purpose of this Plugin is to edit .srec-Files.
Currently it only allows Editing Line by Line,
but Handling of Files will be added later.
Commands | Description |
---------|-----------------------------------|
lb | build a line from ByteCount |
pb | build only the ByteCount |
---------|-----------------------------------|
la | build a line from ADdress |
pa | build only the ADdress |
---------|-----------------------------------|
ld | build a line from DAta |
pd | build only the DAta |
---------|-----------------------------------|
lc | build a line from CheckSum |
pc | build only the CheckSum |
---------|-----------------------------------|
m5 | make an S5 record on a blank line |
---------|-----------------------------------|
ms | make a set of records |
see *editsrec_test.txt* for examples