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