This commit is contained in:
Fabian Boehm 2024-06-10 17:16:19 +02:00
parent 652996124d
commit 32d23a37cb

View File

@ -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) {