Vim/test
2022-11-06 21:22:12 -05:00
..
actions Combine BaseAction.isMotion, BaseAction.isOperator, etc. into one property 2022-04-07 00:52:16 -04:00
cmd_line Fix <BS> and <Del> at start of non-empty command line 2022-09-11 18:08:42 -04:00
completion Silence failing tests on Windows and add Windows build step (#7293) 2022-01-25 23:18:04 -05:00
configuration Make vim.textwidth configurable per-language (#7747) 2022-06-09 12:30:03 -04:00
mode Fix edge case of i{ and a{ (#8070) 2022-11-02 20:58:40 -04: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 Support surround with function call (#7751) 2022-08-22 20:37:42 -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 Support n flag for :sort (#7863) 2022-09-07 16:42:43 -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 Update vscode dependency to 1.67.0 (#7945) 2022-09-06 15:02:18 -04:00
index.ts Log error when module fails to resolve in tests 2021-03-08 12:53:05 -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 Bind vim scrolloff with VS Code editor.cursorSurroundingLines; (#8014) 2022-10-20 23:56:27 -04:00
testSimplifier.ts Fix inserting surrogate pairs (#7977) 2022-09-25 19:17:50 -04:00
testUtils.ts Update vscode dependency to 1.67.0 (#7945) 2022-09-06 15:02:18 -04:00
textEditor.test.ts Remove last instance of TextEditor.delete 2021-04-02 00:41:15 -04:00