mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-09 12:21:14 +02:00
unposted: fix trailing spaces from previous commit
This commit is contained in:
parent
f7ce5878b8
commit
8ac002dab1
1 changed files with 1 additions and 1 deletions
|
@ -761,7 +761,7 @@ get_zle_state(UNUSED(Param pm))
|
||||||
*ptr = '\0';
|
*ptr = '\0';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
arr = colonsplit(zle_state, 0);
|
arr = colonsplit(zle_state, 0);
|
||||||
strmetasort(arr, SORTIT_ANYOLDHOW, NULL);
|
strmetasort(arr, SORTIT_ANYOLDHOW, NULL);
|
||||||
zle_state = zjoin(arr, ' ', 1);
|
zle_state = zjoin(arr, ' ', 1);
|
||||||
|
|
Loading…
Reference in a new issue