Vim/test
Abid H. Mujtaba 91b58999e9
Add Python-specific motions (#6393)
- Map ([|])(m|M) to motions to the prev|next start|end of Python functions
- Map ([|])([|]) to motions to the prev|next end|start of Python classes

Fixes #6213
2021-06-01 21:32:00 -04:00
..
actions Add Python-specific motions (#6393) 2021-06-01 21:32:00 -04:00
cmd_line Use transformation for increment/decrement 2021-05-30 16:44:23 -04:00
completion assert.deepEqual -> assert.deepStrictEqual 2021-02-22 20:16:16 -05:00
configuration Big fat refactor of registers 2021-04-09 23:17:59 -04:00
mode Slight change to HistoryTracker interface 2021-06-01 00:13:30 -04:00
number Refactor <C-a> and <C-x> logic (#4469) 2020-05-18 13:07:14 -04:00
operator Re-write put from scratch 2021-04-13 20:19:32 -04:00
plugins Surround Rewrite (#6452) 2021-05-29 15:17:33 -04:00
register Big fat refactor of registers 2021-04-09 23:17:59 -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
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 Enable strictPropertyInitialization 2021-05-28 21:34:16 -04:00
index.ts Log error when module fails to resolve in tests 2021-03-08 12:53:05 -05:00
jumpTracker.test.ts Small refactor of Jumps 2021-04-04 22:17:49 -04:00
macro.test.ts Make n and N act as failed motions at end/start of document with nowrapscan 2021-05-10 22:48:12 -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 Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
multicursor.test.ts Fix CommandSearch throwing error in multicursor (#5845) 2020-12-07 13:07:52 -05:00
runTest.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
sentenceMotion.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
testConfiguration.ts Enable strictPropertyInitialization 2021-05-28 21:34:16 -04:00
testSimplifier.ts Surround Rewrite (#6452) 2021-05-29 15:17:33 -04:00
testUtils.ts Enable strictPropertyInitialization 2021-05-28 21:34:16 -04:00
textEditor.test.ts Remove last instance of TextEditor.delete 2021-04-02 00:41:15 -04:00