Vim/test
2021-04-06 23:21:43 -04:00
..
actions Fix even more dependency cycles (#6243) 2021-03-10 22:39:25 -05:00
cmd_line Use transformations for :s (#6402) 2021-04-05 20:53:25 -04:00
completion assert.deepEqual -> assert.deepStrictEqual 2021-02-22 20:16:16 -05:00
configuration Improve startup performance by calling getCommands only once 2021-03-26 14:27:05 -04:00
mode <C-u> in insert mode deletes line break when used at start of line 2021-04-06 23:21:43 -04:00
number Refactor <C-a> and <C-x> logic (#4469) 2020-05-18 13:07:14 -04:00
operator Yank should move cursor to start of range (or, if linewise, to first line of range) 2021-04-04 21:22:15 -04:00
plugins Slight refactor of test harness 2021-03-29 20:01:43 -04:00
register Fix even more dependency cycles (#6243) 2021-03-10 22:39:25 -05:00
state Fix even more dependency cycles (#6243) 2021-03-10 22:39:25 -05:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
error.test.ts Use notStrictEqual instead of the deprecated notEqual 2021-03-11 11:09:27 -05:00
extension.test.ts Use notStrictEqual instead of the deprecated notEqual 2021-03-11 11:09:27 -05:00
historyTracker.test.ts Small refactor of Jumps 2021-04-04 22:17:49 -04:00
index.ts Log error when module fails to resolve in tests 2021-03-08 12:53:05 -05:00
jumpTracker.test.ts Small refactor of Jumps 2021-04-04 22:17:49 -04:00
macro.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
motion.test.ts Simplify tslint.json by extending tslint:recommended 2021-03-05 20:20:44 -05:00
motionLineWrapping.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
multicursor.test.ts Fix CommandSearch throwing error in multicursor (#5845) 2020-12-07 13:07:52 -05:00
runTest.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
sentenceMotion.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
testConfiguration.ts Proper implementation of whichwrap 2021-03-04 22:39:14 -05:00
testSimplifier.ts Remove Globals.mockModeHandler, which is no longer necessary 2021-03-31 18:40:24 -04:00
testUtils.ts Remove Globals.mockModeHandler, which is no longer necessary 2021-03-31 18:40:24 -04:00
textEditor.test.ts Remove last instance of TextEditor.delete 2021-04-02 00:41:15 -04:00