public void Init()
 {
     vimBufferStrategy = new GapVimBufferStrategy ();
     text = "TestingBufferALot of Large AND extrangeaseras \t yeahhhh \n";
     vimBufferStrategy.SetContent(text);
 }
 public void Clean()
 {
     vimBufferStrategy = null;
     text = String.Empty;
 }
 public void Clean()
 {
     vimBufferStrategy = null;
     text = String.Empty;
 }
 public void Init()
 {
     vimBufferStrategy = new GapVimBufferStrategy();
     text = "TestingBufferALot of Large AND extrangeaseras \t yeahhhh \n";
     vimBufferStrategy.SetContent(text);
 }