mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Fixed a crash doing completion of commands
This commit is contained in:
@@ -913,7 +913,6 @@ static void complete_cmd_desc( const wchar_t *cmd, std::vector<completion_t> &co
|
||||
{
|
||||
const wchar_t *cmd_start;
|
||||
int cmd_len;
|
||||
wchar_t *esc;
|
||||
int skip;
|
||||
|
||||
if( !cmd )
|
||||
|
||||
Reference in New Issue
Block a user