Vim/src
Jason Fields 86a97d53a9 Make EasyMotion TextEditorDecorationTypes static
No need to re-construct these every time a VimState is created
2020-08-28 01:43:18 -04:00
..
actions Make EasyMotion TextEditorDecorationTypes static 2020-08-28 01:43:18 -04:00
cmd_line Put a Range instead of two Positions on ReplaceTextTransformation 2020-08-27 12:22:35 -04:00
common Remove a bunch of type assertions, enable tslint rule disallowing unnecessary type assertions 2020-08-13 19:58:05 -04:00
completion Refactor: stop returning VimState from actions 2020-08-17 20:55:03 -04:00
configuration Refactor: stop passing VimState around in ModeHandler 2020-08-17 14:58:09 -04:00
history Remove a bunch of type assertions, enable tslint rule disallowing unnecessary type assertions 2020-08-13 19:58:05 -04:00
jumps Refactor: stop returning VimState from actions 2020-08-17 20:55:03 -04:00
mode Refactor: make VimState.recordedMacro nullable (and rename to macro) 2020-08-28 01:04:16 -04:00
neovim Better error handling when a register has no value 2020-08-16 18:46:44 -04:00
register Refactor: make VimState.recordedMacro nullable (and rename to macro) 2020-08-28 01:04:16 -04:00
state Refactor: make VimState.recordedMacro nullable (and rename to macro) 2020-08-28 01:04:16 -04:00
transformations Put a Range instead of two Positions on ReplaceTextTransformation 2020-08-27 12:22:35 -04:00
util Overhaul remapping logic (#4735) 2020-08-16 14:22:51 -04:00
editorIdentity.ts Fix wrong return in ModeHandlerMap.get (#4581) 2020-02-24 20:59:07 -05:00
error.ts Better error handling when a register has no value 2020-08-16 18:46:44 -04:00
globals.ts A bit more general clean-up 2019-11-29 00:21:04 -05:00
statusBar.ts Refactor: make VimState.recordedMacro nullable (and rename to macro) 2020-08-28 01:04:16 -04:00
taskQueue.ts Lift error handling logic into taskQueue 2020-08-11 23:50:49 -04:00
textEditor.ts Typescript 4.0 adoption: fancy new assignment operators 2020-08-27 11:09:12 -04:00