iota
iota copied to clipboard
Chained cmds
This is a start to chained commands in overlay mode. Right now it supports a chained save and exit ("wq") and jumping lines(directly calling the #, e.g. "25").
Ref: https://github.com/gchp/iota/issues/122 https://github.com/gchp/iota/issues/123
Known bugs right now:
- Non existent commands entered just freeze up the editor
- If trying to jump to a non existent line, it will crash the editor
@gchp Looks like this commit broke something: https://github.com/gchp/iota/commit/def8d771e6aa7cd8ac0bb2db71c7fa826d636419
@mattscamp yep, I forgot to commit some stuff. Could you rebase this and see if it builds?
Sure, looks like it's failing for a new reason now. @gchp