From 06f972a4a4eb908c4b4d6128dadb42ab16569222 Mon Sep 17 00:00:00 2001 From: David Little Date: Wed, 26 Jul 2023 22:28:49 -0400 Subject: [PATCH] clean comments --- src/commands/seek.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/seek.ts b/src/commands/seek.ts index c800e4e0..5e177902 100644 --- a/src/commands/seek.ts +++ b/src/commands/seek.ts @@ -40,7 +40,6 @@ export async function seek( inputLength: Argument = 1, include: Argument = false, ) { - // todo: use anither name, count is taken const input = await inputOr(() => keypress(_, inputLength)); Selections.updateByIndex((_, selection, document) => {