zsh-users
 help / color / mirror / code / Atom feed
* (z) word splitting on one word
@ 2022-09-22 13:44 Julian Prein
  2022-09-22 15:16 ` Mikael Magnusson
  0 siblings, 1 reply; 3+ messages in thread
From: Julian Prein @ 2022-09-22 13:44 UTC (permalink / raw)
  To: zsh-users


[-- Attachment #1.1: Type: text/plain, Size: 576 bytes --]

Hi!

I am trying to get the last word of LBUFFER.

What I did previously was:

    ${${(z)LBUFFER}[-1]}

This worked flawlessly until I noticed today that it misbehaves if LBUFFER
contains only one word. In this case it seems like `[-1]` acts on a scalar, as
it expands to the last character instead of LBUFFER as I would expect.

Is this expected behaviour?

I now work around it by prepending LBUFFER with a dummy word so that it always
has at least two words (I know that it is not empty). But this feels very hacky.

Do you know of a better way?

Julian

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (z) word splitting on one word
  2022-09-22 13:44 (z) word splitting on one word Julian Prein
@ 2022-09-22 15:16 ` Mikael Magnusson
  2022-09-24  0:38   ` Julian Prein
  0 siblings, 1 reply; 3+ messages in thread
From: Mikael Magnusson @ 2022-09-22 15:16 UTC (permalink / raw)
  To: Julian Prein; +Cc: zsh-users

On 9/22/22, Julian Prein <druckdev@protonmail.com> wrote:
> Hi!
>
> I am trying to get the last word of LBUFFER.
>
> What I did previously was:
>
>     ${${(z)LBUFFER}[-1]}
>
> This worked flawlessly until I noticed today that it misbehaves if LBUFFER
> contains only one word. In this case it seems like `[-1]` acts on a scalar,
> as
> it expands to the last character instead of LBUFFER as I would expect.
>
> Is this expected behaviour?
>
> I now work around it by prepending LBUFFER with a dummy word so that it
> always
> has at least two words (I know that it is not empty). But this feels very
> hacky.
>
> Do you know of a better way?

${${(Az)LBUFFER}[-1]}

-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (z) word splitting on one word
  2022-09-22 15:16 ` Mikael Magnusson
@ 2022-09-24  0:38   ` Julian Prein
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Prein @ 2022-09-24  0:38 UTC (permalink / raw)
  To: mikachu; +Cc: zsh-users


[-- Attachment #1.1.1: Type: text/plain, Size: 72 bytes --]

> $\{$\{(Az)LBUFFER\}\[-1\]\}

Perfect, thank you very much!

Julian

[-- Attachment #1.1.2.1: Type: text/html, Size: 77 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-24  0:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 13:44 (z) word splitting on one word Julian Prein
2022-09-22 15:16 ` Mikael Magnusson
2022-09-24  0:38   ` Julian Prein

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).