zsh-users
 help / color / mirror / code / Atom feed
* printf, left-justification ignored in 5.0.8
@ 2015-06-07  8:11 Roman Neuhauser
  0 siblings, 0 replies; only message in thread
From: Roman Neuhauser @ 2015-06-07  8:11 UTC (permalink / raw)
  To: zsh-users

5.0.7:

% printf "x:%-20s:y\n" fubar
x:fubar               :y
% printf "x:%20s:y\n" fubar
x:               fubar:y

5.0.8:

% printf "x:%-20s:y\n" fubar
x:               fubar:y
% printf "x:%20s:y\n" fubar 
x:               fubar:y


-- 
roman


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-07  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-07  8:11 printf, left-justification ignored in 5.0.8 Roman Neuhauser

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).