Exemplo n.º 1
0
 public override VimPoint Move(Interfaces.IVimHost host)
 {
     host.MoveToStartOfLine();
     return host.CurrentPosition;
 }