zsh-workers
 help / color / mirror / code / Atom feed
From: JB M <jbm.lists@gmail.com>
To: zsh-workers@zsh.org
Subject: [BUG?] - history word expansion for commands with interactive comments
Date: Mon, 8 Jan 2018 10:31:14 +0100	[thread overview]
Message-ID: <CAC5uWd_ORE6vdP2fka4J8g5A-Sqnv5+66VKzooFR0pcQY4hEPg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 704 bytes --]

Hello,

on a somewhat recent version of ZSH, it seems that the comment character is
considered part of the arguments of commands ending with a comment:

jbm gandia:~[1310]% zsh -f

gandia% echo $ZSH_VERSION
5.3.1

gandia% setopt interactive_comments

gandia% echo $histchars[3]
#

gandia% echo test # My comment sentence.
test

gandia% echo !:$
echo #

gandia% echo 'another test' ### Several commenting characters
another test

gandia% echo !:$
echo #

gandia% echo yet another test # My comment here
yet another test

gandia% echo !:*
echo yet another test #
yet another test


I would find it more helpful to have the commenting character not
considered part of the arguments, like bash does.

-- jbm

             reply	other threads:[~2018-01-08  9:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20180108093217epcas3p1ca24c2c8aca1afabe08df88a2a425a8d@epcas3p1.samsung.com>
2018-01-08  9:31 ` JB M [this message]
2018-01-08 10:21   ` 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=CAC5uWd_ORE6vdP2fka4J8g5A-Sqnv5+66VKzooFR0pcQY4hEPg@mail.gmail.com \
    --to=jbm.lists@gmail.com \
    --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).