zsh-workers
 help / color / mirror / code / Atom feed
From: Frederick Eaton <frederik@ofb.net>
To: zsh-workers@zsh.org
Subject: [BUG] insert-last-word gets stuck at comments
Date: Mon, 26 Jul 2021 00:06:54 -0700	[thread overview]
Message-ID: <20210726070654.v33wzoiwpqibwlas@localhost> (raw)

Hello Zsh Workers,

This may be a somewhat minor bug, but I think that when
interactive_comments is set, the 'insert-last-word' widget gets stuck
on lines that are fully commented:

     $ zsh -f -i
     % setopt interactive_comments
     % echo hi #comment
     hi
     % # blah blah
     % echo bye #comment
     bye
     % echo foo
     foo
     % echo <Esc>.<Esc>.<Esc>.

I would have expected to see "echo hi" after the command line prompt
at this point, but I see "echo bye".

     zsh 5.8 (x86_64-pc-linux-gnu)

Thanks!

Frederick


             reply	other threads:[~2021-07-26  7:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26  7:06 Frederick Eaton [this message]
2021-07-26 22:50 ` Bart Schaefer
2021-07-27  5:52   ` Frederick Eaton
2021-07-27 20:19     ` Bart Schaefer
2021-07-28  1:36       ` Bart Schaefer
2021-07-28  9:06         ` Peter Stephenson
2021-07-28 15:40           ` Bart Schaefer
2021-07-29  8:14             ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210726070654.v33wzoiwpqibwlas@localhost \
    --to=frederik@ofb.net \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).