Vim/test
2023-03-01 17:53:51 -05:00
..
actions Combine BaseAction.isMotion, BaseAction.isOperator, etc. into one property 2022-04-07 00:52:16 -04:00
cmd_line Skip failing tests 2023-02-28 22:33:47 -05:00
completion Silence failing tests on Windows and add Windows build step (#7293) 2022-01-25 23:18:04 -05:00
configuration Some logging improvements 2023-02-15 23:22:59 -05:00
mode va( searches forward (#8045) 2022-12-28 00:40:49 -05:00
number Support n flag for :sort (#7863) 2022-09-07 16:42:43 -04:00
operator Fix cursor position after VisualBlock gp and gP operations (#8080) 2022-11-06 21:22:12 -05:00
plugins Skip failing tests 2023-02-28 22:33:47 -05: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 In ex commands, support line range with no explicit start line (#8178) 2022-12-27 15:01:17 -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 Fix tests 2022-12-28 00:08:17 -05:00
index.ts Enable esModuleInterop in tsconfig 2022-12-27 23:44:44 -05:00
jumpTracker.test.ts Silence failing tests on Windows and add Windows build step (#7293) 2022-01-25 23:18:04 -05:00
macro.test.ts Fix some ex-commands (like :co[py]) when repeated by @: 2022-10-30 22:29:34 -04:00
motion.test.ts Remove a few stupid, hardly used methods from Position 2021-04-08 18:46:10 -04:00
motionIncSearch.test.ts Improve incremental search (#7224) 2021-12-31 17:27:38 -05: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 Disable other extensions while running tests to avoid unexpected interactions (#7376) 2022-01-26 00:53:08 -05:00
sentenceMotion.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
testConfiguration.ts Replace logging framework with a simple wrapper around VS Code's new LogOutputChannel 2022-12-27 23:03:07 -05:00
testSimplifier.ts Enable isolatedModules in tsconfig 2023-03-01 17:53:51 -05:00
testUtils.ts Enable esModuleInterop in tsconfig 2022-12-27 23:44:44 -05:00
textEditor.test.ts Remove last instance of TextEditor.delete 2021-04-02 00:41:15 -04:00