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

WIP: add ex.next_completion [n] cmd #4710

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

bovine3dom
Copy link
Member

Strange behaviour currently: does not select any completions unless kick-started with ex.next_completion 1, and then seems to jump a different number down each time. Tested on : completions

Once merged will close #4164

Strange behaviour currently: does not select any completions
unless kick-started with ex.next_completion 1, and then seems
to jump a different number down each time. Tested on : completions
@bovine3dom
Copy link
Member Author

CI reports

src/commandline_frame.ts:222:33 - error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'.

222                                 args.length === 0 ? undefined : args.join(" "),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Commands and exmaps bindings for paging through completions
1 participant