mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Allow using a base directory other than the cwd when completing files
This commit is contained in:
@@ -41,6 +41,6 @@ func complete_kitty(completions *Completions, word string, arg_num int) {
|
||||
} else if unix.Access(entry.abspath, unix.X_OK) == nil {
|
||||
mg.add_match(entry.completion_candidate)
|
||||
}
|
||||
})
|
||||
}, "")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user