diff options
author | Alexander Huynh <ahrex@users.noreply.github.com> | 2018-12-31 14:15:14 -0500 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2018-12-31 11:15:14 -0800 |
commit | 3c3766fdf5f64daa4a4e96bee56487314ebcd642 (patch) | |
tree | 2c08b0a7af3e1c909183239756f6075df2272214 /plugins/aws | |
parent | d0c06d9ec840739623bbc2e1ae0b1f473187d7f2 (diff) | |
download | zsh-3c3766fdf5f64daa4a4e96bee56487314ebcd642.tar.gz zsh-3c3766fdf5f64daa4a4e96bee56487314ebcd642.tar.bz2 zsh-3c3766fdf5f64daa4a4e96bee56487314ebcd642.zip |
Provide even spacing between marks (#7456)
Before, when typing the `marks` command, longer mark keys would cause
the tabs to spill over to the next tab stop, like so:
rc -> /home/ahlex/.rc
repos -> /home/ahlex/repos
a-longer-string -> /tmp
Implement better key display by running through all of the marks twice,
once to get the longest key length, and the second time to format
everything according to that length:
rc -> /home/ahlex/.rc
repos -> /home/ahlex/repos
a-longer-string -> /tmp
Diffstat (limited to 'plugins/aws')
0 files changed, 0 insertions, 0 deletions