Skip to content

Commit

Permalink
clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
haberdashPI committed Jul 27, 2023
1 parent 6558783 commit 06f972a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/seek.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export async function seek(
inputLength: Argument<number> = 1,
include: Argument<boolean> = false,
) {
// todo: use anither name, count is taken
const input = await inputOr(() => keypress(_, inputLength));

Selections.updateByIndex((_, selection, document) => {
Expand Down

0 comments on commit 06f972a

Please sign in to comment.