From 23c310a80ccdc81a2f75627b82d8af86b1fc65a5 Mon Sep 17 00:00:00 2001 From: totem4 Date: Fri, 2 Oct 2020 01:32:17 +0200 Subject: [PATCH] delete comments --- plugin/banana.vim | 153 +--------------------------------------------- 1 file changed, 2 insertions(+), 151 deletions(-) diff --git a/plugin/banana.vim b/plugin/banana.vim index b6d18ae..931f6f4 100644 --- a/plugin/banana.vim +++ b/plugin/banana.vim @@ -7,11 +7,6 @@ let g:loaded_Banana= 1 " your version number let s:keepcpo = &cpo set cpo&vim -" Public Interface: -" AppFunction: is a function you expect your users to call -" PickAMap: some sequence of characters that will run your AppFunction -" Repeat these three lines as needed for multiple functions which will -" be used to provide an interface for the user if !hasmapto('BananaEnc') map b BananaEnc endif @@ -19,143 +14,12 @@ endif if !hasmapto('BananaDec') map d BananaDec endif -" -"" Global Maps: -"" -"noremap