Vim/test
2022-09-06 15:02:18 -04:00
..
actions Combine BaseAction.isMotion, BaseAction.isOperator, etc. into one property 2022-04-07 00:52:16 -04:00
cmd_line In the replace string of :s, ~ references previous replace string 2022-06-21 20:23:02 -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 Make increment/decrement (<C-a> and <C-x>) preserve case of hex numbers (#7866) 2022-07-27 23:57:14 -04:00
number Make increment/decrement (<C-a> and <C-x>) preserve case of hex numbers (#7866) 2022-07-27 23:57:14 -04:00
operator P in Visual mode does not overwrite unnamed register 2022-08-21 21:32:52 -04: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 Implement :> and :< 2022-05-14 22:32:46 -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 Explicitly disallow use of filename registers (% and #) as macros 2022-03-09 00:05:43 -05: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 Remove deprecated Easymotion settings 2022-04-24 13:22:53 -04:00
testSimplifier.ts P in Visual mode does not overwrite unnamed register 2022-08-21 21:32:52 -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