Skip to content

Commit

Permalink
Fix issue with scrolling through a filtered command line history.
Browse files Browse the repository at this point in the history
  • Loading branch information
keforbes committed May 31, 2012
1 parent 482a81e commit 768ed7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public String getPrevious() {
return command;
}
}
index = modeHistory.size() -1;
return null;
}

Expand Down

0 comments on commit 768ed7d

Please sign in to comment.