mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Adopt to latest command changes
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user