Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't slice line in DefaultCompleter #695

Merged
merged 10 commits into from
Jan 11, 2024

Make HistoryCompleter take end as pos

8eefe0d
Select commit
Loading
Failed to load commit list.
Merged

Don't slice line in DefaultCompleter #695

Make HistoryCompleter take end as pos
8eefe0d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 11, 2024 in 0s

53.12% of diff hit (target 49.26%)

View this Pull Request on Codecov

53.12% of diff hit (target 49.26%)

Annotations

Check warning on line 56 in src/completion/history.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/completion/history.rs#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 1541 in src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine.rs#L1541

Added line #L1541 was not covered by tests

Check warning on line 533 in src/menu/columnar_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/columnar_menu.rs#L533

Added line #L533 was not covered by tests

Check warning on line 535 in src/menu/columnar_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/columnar_menu.rs#L535

Added line #L535 was not covered by tests

Check warning on line 538 in src/menu/columnar_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/columnar_menu.rs#L538

Added line #L538 was not covered by tests

Check warning on line 398 in src/menu/list_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/list_menu.rs#L398

Added line #L398 was not covered by tests

Check warning on line 405 in src/menu/list_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/list_menu.rs#L405

Added line #L405 was not covered by tests

Check warning on line 414 in src/menu/list_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/list_menu.rs#L411-L414

Added lines #L411 - L414 were not covered by tests

Check warning on line 427 in src/menu/list_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/list_menu.rs#L427

Added line #L427 was not covered by tests

Check warning on line 436 in src/menu/list_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/list_menu.rs#L436

Added line #L436 was not covered by tests

Check warning on line 439 in src/menu/list_menu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/menu/list_menu.rs#L439

Added line #L439 was not covered by tests