Adopt to latest command changes

This commit is contained in:
Sandeep Somavarapu
2016-07-21 21:13:00 +02:00
parent f53d0df26d
commit 2b83dc4e00
4 changed files with 58 additions and 68 deletions

View File

@ -203,7 +203,7 @@ export class Controller implements IController {
};
}
let motionCommand = Mappings.findMotionCommand(this._currentInput);
let motionCommand = Mappings.findMotionCommand(this._currentInput, this._isVisual);
if (motionCommand) {
this._currentInput = '';
return {