We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
What do you think about adding this command:
enum Cmd { Composite(Vec<Cmd>), }
I needed this for the vi o/O commands, and I imagine other complex commands will need it.
o/O
Here is an example https://github.com/kkawakam/rustyline/compare/master...sigmaSd:clear_buffer?expand=1
The text was updated successfully, but these errors were encountered:
See #418, #306, #466, #342
Sorry, something went wrong.
Closing then since the exact same issue was filed #306
No branches or pull requests
Hello,
What do you think about adding this command:
I needed this for the vi
o/O
commands, and I imagine other complex commands will need it.Here is an example https://github.com/kkawakam/rustyline/compare/master...sigmaSd:clear_buffer?expand=1
The text was updated successfully, but these errors were encountered: