" Vimball Archiver by Charles E. Campbell, Jr., Ph.D. UseVimball finish plugin/editsrec.vim [[[1 188 " Vim Global Plugin for Editing .srec Files " Maintainer: Alexander Fleck " " 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 | Fun added, MakeSrecS5() if exists("loaded_editsrec") finish endif let loaded_editsrec = 1 let s:save_cpo = &cpo set cpo&vim " BC = ByteCount if !hasmapto('EditSrecLineBC') map lb EditSrecLineBC endif noremap