Vim/test
berknam 67cde5765e
Fix bugs with a remapped <Esc> in insert mode (#4829)
- Fix DotCommand deleting extra character when used after a remapped <Esc> in insert mode
Fixes #4817
Fixes #4814

- Fix remapped <Esc> leaving trailing character when used with multiple cursors
Fixes #4811

Co-authored-by: Jason Fields <jasonfields4@gmail.com>
2020-05-12 19:30:00 -04:00
..
actions Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
cmd_line Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
completion Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
configuration Fix flaky tests 2020-05-05 20:53:45 -04:00
mode Fix bugs with a remapped <Esc> in insert mode (#4829) 2020-05-12 19:30:00 -04:00
number A whole bunch of small refactors (#4447) 2019-12-30 23:59:23 -05:00
operator g? (rot13) support (#4367) 2019-12-26 01:36:27 -05:00
plugins Refactor DocumentContentChangeAction 2020-05-08 17:35:59 -04:00
register Remove unnecessary wrapper around assert.strictEqual 2019-12-22 21:55:15 -05:00
state Replace assert.equal with assert.strictEqual (#4199) 2019-10-21 00:29:23 -04:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
error.test.ts Convert var to const/let 2019-08-23 01:50:16 -04:00
extension.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
historyTracker.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
index.ts Convert var to const/let 2019-08-23 01:50:16 -04:00
jumpTracker.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
macro.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
motion.test.ts More refactor (primarily of Position) 2020-03-29 15:06:47 -04:00
motionLineWrapping.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
multicursor.test.ts Fix bugs with a remapped <Esc> in insert mode (#4829) 2020-05-12 19:30:00 -04:00
sentenceMotion.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
testConfiguration.ts Optimize HistoryTracker using a cached TextDocument.version (#4681) 2020-03-26 11:49:21 -04:00
testSimplifier.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
testUtils.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
textEditor.test.ts Replace assert.equal with assert.strictEqual (#4199) 2019-10-21 00:29:23 -04:00