Normalize the vim sample

This commit is contained in:
Alex Dima
2018-11-08 10:13:29 +01:00
parent cbd57bff5f
commit 0460228f31
15 changed files with 586 additions and 388 deletions

View File

@ -5,7 +5,7 @@
'use strict';
import { Position, Selection, Range, TextDocument, TextEditor, TextEditorRevealType } from 'vscode';
import { MotionState, Motion, Motions } from './motions';
import { Motion, Motions } from './motions';
import { Mode, IController, DeleteRegister } from './common';
export abstract class Operator {