pull/12729/merge
Darshan Kumawat 2025-06-14 23:57:52 +03:00 committed by GitHub
commit 0726b20a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -473,7 +473,7 @@ pub mod completers {
}
pub fn filename(editor: &Editor, input: &str) -> Vec<Completion> {
filename_with_git_ignore(editor, input, true)
filename_with_git_ignore(editor, input, false)
}
pub fn filename_with_git_ignore(
@ -524,7 +524,7 @@ pub mod completers {
}
pub fn directory(editor: &Editor, input: &str) -> Vec<Completion> {
directory_with_git_ignore(editor, input, true)
directory_with_git_ignore(editor, input, false)
}
pub fn directory_with_git_ignore(