mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 05:31:14 -03:00
Initial work towards making autosuggestion smarter by recognizing paths
This commit is contained in:
@@ -138,7 +138,7 @@ static void iothread_spawn_if_needed(void) {
|
||||
}
|
||||
}
|
||||
|
||||
int iothread_perform(int (*handler)(void *), void (*completionCallback)(void *, int), void *context) {
|
||||
int iothread_perform_base(int (*handler)(void *), void (*completionCallback)(void *, int), void *context) {
|
||||
iothread_init();
|
||||
|
||||
/* Create and initialize a request. */
|
||||
|
||||
Reference in New Issue
Block a user