mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
format
This commit is contained in:
parent
652996124d
commit
32d23a37cb
1 changed files with 1 additions and 2 deletions
|
@ -496,8 +496,7 @@ impl Inputter {
|
|||
}
|
||||
|
||||
pub fn function_pop_arg(&mut self) -> Option<char> {
|
||||
self.input_function_args
|
||||
.pop()
|
||||
self.input_function_args.pop()
|
||||
}
|
||||
|
||||
fn function_push_args(&mut self, code: ReadlineCmd) {
|
||||
|
|
Loading…
Reference in a new issue