Vim/test/mode
sql-koala 802225aa47
Fix put with <C-r> in multi-cursor insert mode (#6065)
When there are the same number of yanked values as there are cursors, we should not combine the values, but "spread" them across the cursors.
2021-02-01 12:59:33 -05:00
..
normalModeTests Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
modeHandler.test.ts Make getAndUpdateModeHandler return undefined when there is no active editor 2020-11-16 14:58:05 -05:00
modeHandlerMap.test.ts General cleanup 2020-05-21 23:43:40 -04:00
modeInsert.test.ts Fix put with <C-r> in multi-cursor insert mode (#6065) 2021-02-01 12:59:33 -05:00
modeNormal.test.ts Fix 'cw' behavior on whitespace (#6033) 2021-01-25 12:50:32 -05:00
modeReplace.test.ts Replace getTestingFunctions with plain old exports/imports 2020-11-16 13:42:09 -05:00
modeVisual.test.ts Remove more instances of activeTextEditor 2020-12-06 14:41:56 -05:00
modeVisualBlock.test.ts Make getAndUpdateModeHandler return undefined when there is no active editor 2020-11-16 14:58:05 -05:00
modeVisualLine.test.ts Remove more instances of activeTextEditor 2020-12-06 14:41:56 -05:00