mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
misc
This commit is contained in:
parent
0a5e7be129
commit
41ec58a524
1 changed files with 2 additions and 2 deletions
|
@ -769,13 +769,13 @@ static int parse_slice( const wchar_t *in, wchar_t **end_ptr, std::vector<long>
|
|||
}
|
||||
pos = end-in;
|
||||
|
||||
debug( 0, L"Push range idx %d %d", tmp, tmp1 );
|
||||
// debug( 0, L"Push range idx %d %d", tmp, tmp1 );
|
||||
idx.push_back(tmp);
|
||||
// idx.push_back(tmp2);
|
||||
continue;
|
||||
}
|
||||
|
||||
debug( 0, L"Push idx %d", tmp );
|
||||
// debug( 0, L"Push idx %d", tmp );
|
||||
idx.push_back(tmp);
|
||||
// idx.push_back(tmp2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue