diff --git a/plugin/bananavim.vim b/plugin/bananavim.vim new file mode 100644 index 0000000..84cc612 --- /dev/null +++ b/plugin/bananavim.vim @@ -0,0 +1,130 @@ +if exists("g:loaded_Banananew") || &cp + finish +endif +let g:loaded_Banananew= 1 " your version number +let s:keepcpo = &cpo +set cpo&vim + +if !hasmapto('BananaEncnew') + map c BananaEncNew +endif + +if !hasmapto('BananaDecnew') + map t BananaDecNew +endif + +noremap