Vim/test
skai273 0f4c21c05c
Implement :norm[al] (#8896)
Fixes #1733, fixes #3969, fixes #4086
2024-06-30 18:31:04 -04:00
..
actions Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
cmd_line :s[ubstitute] with the n flag should not move cursor 2024-01-09 22:11:30 -05:00
completion Skip test that started failing recently 2024-01-10 21:35:26 -05:00
configuration Update .vscodeignore 2023-12-22 20:44:53 -05:00
mode Fix dot repeat with insertion or replacement (#8979) 2024-05-20 00:22:22 -04:00
number Pull some tests out of extremely bloated modeNormal.test.ts into dedicated files 2023-03-12 19:03:49 -04:00
operator Re-use editor across tests in more suites 2023-03-12 19:09:45 -04:00
plugins Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
register Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
search Pull some tests out of extremely bloated modeNormal.test.ts into dedicated files 2023-03-12 19:03:49 -04:00
state In suites where it's unnecessary, don't do full setup/teardown for each test 2023-03-11 22:38:30 -04:00
util Simplify & clean up some tests 2019-12-22 21:55:15 -05:00
vimscript Support for adding custom digraphs with :dig[raphs] 2024-03-27 20:08:02 -04:00
error.test.ts Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
extension.test.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
historyTracker.test.ts Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
index.ts Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
jumpTracker.test.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
macro.test.ts Fix some ex-commands (like :co[py]) when repeated by @: 2022-10-30 22:29:34 -04:00
marks.test.ts More fixes to gv 2024-04-07 20:28:55 -04:00
motion.test.ts Update sentence definition to allow for closing quotes/parens/squarebrackets (#8400) 2023-08-28 22:59:01 -04:00
motionLineWrapping.test.ts Re-use editor across tests in more suites 2023-03-12 19:09:45 -04:00
multicursor.test.ts Update dependency prettier to v3 (#8486) 2023-09-09 19:57:26 -04:00
normalCommand.test.ts Implement :norm[al] (#8896) 2024-06-30 18:31:04 -04:00
runTest.ts Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
sentenceMotion.test.ts Update sentence definition to allow for closing quotes/parens/squarebrackets (#8400) 2023-08-28 22:59:01 -04:00
testConfiguration.ts Closes #4483: migrate to eslint (#8702) 2023-12-22 20:16:43 -05:00
testSimplifier.ts Set scroll option with <C-u> and <C-d> (#8985) 2024-05-01 21:10:33 -04:00
testUtils.ts A few tweaks in test harness 2023-12-28 00:16:27 -05:00