We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af27562 commit 658e0d8Copy full SHA for 658e0d8
src/uu/unexpand/src/unexpand.rs
@@ -328,7 +328,7 @@ fn unexpand_line(
328
let mut pctype = CharType::Other;
329
330
// Fast path for leading spaces in non-UTF8 mode: count consecutive spaces/tabs at start
331
- if !options.uflag && init && !options.aflag {
+ if !options.uflag && !options.aflag {
332
// In default mode (not -a), we only convert leading spaces
333
// So we can batch process them and then copy the rest
334
while byte < buf.len() {
0 commit comments