" banana.vim - Convert Base Banana (https://git.lattuga.net/itec/banana) and back " T4 - totem4@tropici.net " Version: 0.1 if exists("g:loaded_Banana") || &cp finish endif let g:loaded_Banana= 1 let s:keepcpo = &cpo set cpo&vim if !hasmapto('BananaEnc') map c BananaEnc endif if !hasmapto('BananaDec') map t BananaDec endif noremap