mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Changes to make autosuggestion even smarter by specially recognizing the cd command.
This commit is contained in:
@@ -1826,12 +1826,14 @@ int create_directory( const wcstring &d )
|
||||
return ok?0:-1;
|
||||
}
|
||||
|
||||
__attribute__((noinline))
|
||||
void bugreport()
|
||||
{
|
||||
debug( 1,
|
||||
_( L"This is a bug. "
|
||||
_( L"This is a bug. Break on bugreport to debug."
|
||||
L"If you can reproduce it, please send a bug report to %s." ),
|
||||
PACKAGE_BUGREPORT );
|
||||
while (1) sleep(10000);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user