Vim/test
Jason Fields bda60eea37 Escape / in visual *
Fixes #7775
2022-06-22 17:34:09 -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 Escape / in visual * 2022-06-22 17:34:09 -04:00
number Refactor <C-a> and <C-x> logic (#4469) 2020-05-18 13:07:14 -04:00
operator Fix moving and operating over surrogate pairs (#7562) 2022-03-17 01:12:26 -04:00
plugins Last/Next movements for brackets objects (#7558) 2022-03-22 01:34:34 -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 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 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 Ensure VimState.editor is never undefined 2022-03-08 22:18:51 -05:00
testUtils.ts Big refactor of command line & search 2021-10-21 01:26:45 -04:00
textEditor.test.ts Remove last instance of TextEditor.delete 2021-04-02 00:41:15 -04:00