From 265eb2a2d3d503d7c761a5dfc0c81cbf85003951 Mon Sep 17 00:00:00 2001 From: totem4 Date: Wed, 13 Sep 2023 00:32:42 +0200 Subject: [PATCH] working vim plugin --- plugin/bananavim.vim | 130 ---------------------------------- plugin_vim/banana.vim | 161 +++++++++++++++++++++--------------------- 2 files changed, 82 insertions(+), 209 deletions(-) delete mode 100644 plugin/bananavim.vim diff --git a/plugin/bananavim.vim b/plugin/bananavim.vim deleted file mode 100644 index 84cc612..0000000 --- a/plugin/bananavim.vim +++ /dev/null @@ -1,130 +0,0 @@ -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