From dc37224a9f1747a3e190f3056073066a943d8528 Mon Sep 17 00:00:00 2001 From: totem4 Date: Wed, 13 Sep 2023 00:31:27 +0200 Subject: [PATCH] banana vim in vim --- plugin/bananavim.vim | 130 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 plugin/bananavim.vim 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