Vim/test
2021-10-19 12:19:27 -04:00
..
actions Add Python-specific motions (#6393) 2021-06-01 21:32:00 -04:00
cmd_line Remove stray debug logging in test case 2021-10-19 02:23:30 -04:00
completion assert.deepEqual -> assert.deepStrictEqual 2021-02-22 20:16:16 -05:00
configuration Enable noImplicitOverride 2021-06-05 13:57:51 -04:00
mode Don't throw exception if a pattern fails to parse 2021-10-15 00:42:54 -04:00
number Refactor <C-a> and <C-x> logic (#4469) 2020-05-18 13:07:14 -04:00
operator Fix a few StatusBar messages; add test coverage of StatusBar messages 2021-07-21 13:33:15 -04:00
plugins Surround Rewrite (#6452) 2021-05-29 15:17:33 -04:00
register Significant refactor of search system and :s[ubstitute] 2021-10-03 00:09:05 -04:00
state Run prettier 2021-05-29 22:52:13 -04:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
vimscript Fix argument parsers for buffer/tab ex commands 2021-10-19 12:19:27 -04: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 File (uppercase) marks should be associated with a document, not an editor 2021-08-31 23:50:07 -04:00
index.ts Log error when module fails to resolve in tests 2021-03-08 12:53:05 -05:00
jumpTracker.test.ts Only one jump can be on a given line 2021-08-21 21:20:59 -04:00
macro.test.ts Extend existing macro with uppercase register (like qX) (#6971) 2021-08-14 01:08:30 -04:00
motion.test.ts Remove a few stupid, hardly used methods from Position 2021-04-08 18:46:10 -04:00
motionLineWrapping.test.ts Run prettier 2021-07-21 14:21:54 -04:00
multicursor.test.ts Fix CommandSearch throwing error in multicursor (#5845) 2020-12-07 13:07:52 -05:00
runTest.ts Replace vscode-test dependency with @vscode/test-electron 2021-09-04 16:41:00 -04:00
sentenceMotion.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
testConfiguration.ts Refactor matchpairs to allow for pairs other than <,> 2021-08-31 00:43:23 -04:00
testSimplifier.ts Completely re-write core of ex command parser 2021-09-15 22:53:28 -04:00
testUtils.ts Adopt new createStatusBarItem API with id and name 2021-07-20 20:27:21 -04:00
textEditor.test.ts Remove last instance of TextEditor.delete 2021-04-02 00:41:15 -04:00