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

@ -4,15 +4,7 @@
*--------------------------------------------------------------------------------------------*/
'use strict';
import {
TextEditorCursorStyle,
Position,
Range,
Selection,
TextEditor,
TextEditorRevealType,
window
} from 'vscode';
import { TextEditorCursorStyle, Position, Range, Selection, TextEditor, TextEditorRevealType, window } from 'vscode';
import { Words } from './words';
import { MotionState, Motion } from './motions';