Example #1
0
 /// <summary>
 /// Go to the 'count' tab in the given direction.  If the count exceeds the count in
 /// the given direction then it should wrap around to the end of the list of items
 /// </summary>
 public override void GoToNextTab(Vim.Path direction, int count)
 {
     _sharedService.GoToNextTab(direction, count);
 }