git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@192 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
42 lines
1.4 KiB
Plaintext
42 lines
1.4 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. Revision
|
|
" 00.02.00 | 29.03.10 | Description added
|
|
|
|
*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 |
|
|
| |
|
|
|
|
see *editsrec_test.txt* for examples
|
|
|