1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

unposted: fix trailing spaces from previous commit

This commit is contained in:
Mikael Magnusson 2012-05-02 13:59:28 +00:00
parent f7ce5878b8
commit 8ac002dab1

View file

@ -761,7 +761,7 @@ get_zle_state(UNUSED(Param pm))
*ptr = '\0';
}
}
arr = colonsplit(zle_state, 0);
strmetasort(arr, SORTIT_ANYOLDHOW, NULL);
zle_state = zjoin(arr, ' ', 1);