mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 16:51:15 -03:00
reader rls: remove redundant initial value
This initial value is weird and None works the same way so use that.
This commit is contained in:
@@ -590,7 +590,7 @@ fn new() -> Self {
|
||||
Self {
|
||||
last_cmd: None,
|
||||
yank_len: 0,
|
||||
completion_action: Some(CompletionAction::InsertedUnique),
|
||||
completion_action: None,
|
||||
finished: false,
|
||||
nchars: None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user