feat: add cwd file matching to shell tab completion
This commit is contained in:
@@ -439,7 +439,7 @@ extern "C" void _start() {
|
||||
if (pos == 0) continue;
|
||||
|
||||
char* table[128] = { };
|
||||
int n = get_completions(line, table, 128);
|
||||
int n = get_completions(line, table, 128, cwd, current_drive);
|
||||
|
||||
montauk::print("\n");
|
||||
for (int i = 0; i < n; i++) {
|
||||
|
||||
Reference in New Issue
Block a user