Vim/test
Ayman Bagabas b348e08bb7
Add support for smartRelativeLine (#5010)
Adds support for smartRelativeLine, which toggles VSCode's line numbers between absolute and relative depending on the current mode.
Fixes #3020
2020-09-15 12:19:56 -04:00
..
actions Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
cmd_line Fix :p[ut] command neovim capability and subparser (#5063) 2020-08-14 23:36:48 -04:00
completion Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
configuration Better error handling when a register has no value 2020-08-16 18:46:44 -04:00
mode Remove a bunch of type assertions, enable tslint rule disallowing unnecessary type assertions 2020-08-13 19:58:05 -04:00
number Refactor <C-a> and <C-x> logic (#4469) 2020-05-18 13:07:14 -04:00
operator Implement filter commands (#5042) 2020-07-18 01:47:44 -04:00
plugins Fix cursor position after surround in Visual mode (#5076) 2020-07-26 15:33:14 -04:00
register Remove VimState.registerName 2020-08-28 00:25:41 -04:00
state Replace assert.equal with assert.strictEqual (#4199) 2019-10-21 00:29:23 -04:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
error.test.ts Convert var to const/let 2019-08-23 01:50:16 -04:00
extension.test.ts Enable --resolveJsonModule to get type safety on package.json import 2020-08-07 21:39:26 -04:00
historyTracker.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
index.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
jumpTracker.test.ts Update dependency prettier to v2 (#4661) 2020-03-26 13:02:33 -04:00
macro.test.ts Fix macros not handling registers correctly (#4975) 2020-06-28 16:38:58 -04:00
motion.test.ts More refactor (primarily of Position) 2020-03-29 15:06:47 -04:00
motionLineWrapping.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
multicursor.test.ts gulp forceprettier 2020-05-14 11:31:43 -04:00
runTest.ts Fix docker tests (#4935) 2020-06-09 15:48:57 -04:00
sentenceMotion.test.ts Use const instead of let when possible in tests 2019-10-20 23:26:26 -04:00
testConfiguration.ts Add support for smartRelativeLine (#5010) 2020-09-15 12:19:56 -04:00
testSimplifier.ts Overhaul remapping logic (#4735) 2020-08-16 14:22:51 -04:00
testUtils.ts Overhaul remapping logic (#4735) 2020-08-16 14:22:51 -04:00
textEditor.test.ts Replace assert.equal with assert.strictEqual (#4199) 2019-10-21 00:29:23 -04:00