mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 04:03:39 +08:00
format
This commit is contained in:
parent
652996124d
commit
32d23a37cb
|
@ -496,8 +496,7 @@ impl Inputter {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn function_pop_arg(&mut self) -> Option<char> {
|
pub fn function_pop_arg(&mut self) -> Option<char> {
|
||||||
self.input_function_args
|
self.input_function_args.pop()
|
||||||
.pop()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn function_push_args(&mut self, code: ReadlineCmd) {
|
fn function_push_args(&mut self, code: ReadlineCmd) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user