zsh-users
 help / color / mirror / code / Atom feed
From: "Nikolay Aleksandrovich Pavlov (ZyX)" <kp-pav@yandex.ru>
To: Guilherme Furtado Pacheco <guilherme.f.pacheco@gmail.com>,
	"zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: command not found: _arguments
Date: Wed, 17 May 2017 22:46:19 +0300	[thread overview]
Message-ID: <876481495050379@web31g.yandex.ru> (raw)
In-Reply-To: <fab5e29a-5909-4918-a480-a51ac7286550@Spark>



17.05.2017, 22:09, "Guilherme Furtado Pacheco" <guilherme.f.pacheco@gmail.com>:
> I'm having trouble with completions for some commands. When I type vim and press tab I get this error:
>
> ➜ ~ vim _vim:101: command not found: _arguments
> _vim:101: command not found: _arguments
> _vim:101: command not found: _arguments
>
> This also happens with other commands (like rm, cp, ls, cat, grep):
>
> ➜ ~ rm _rm:43: command not found: _arguments
> _rm:43: command not found: _arguments
> _rm:43: command not found: _arguments
>
> But not with mv or cd for example.
> One thing I discovered is that I after run zsh everything works just fine, but only for this session. When I open another zsh window I got the error again.
> Looks like the _arguments wrapper function is not being defined.
> Any idea of what could be causing the error or how to solve it?
>
> Guilherme Furtado Pacheco
> +55 48 996177277

I get similar problems after zsh update. Depending on the situation I either just do `exec zsh` (if I have no background jobs to keep) or run something like

    fpath=( ${fpath/5.1.1/5.2} )

(this is for update from 5.1.1 to 5.2).


  reply	other threads:[~2017-05-17 19:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-17 19:06 Guilherme Furtado Pacheco
2017-05-17 19:46 ` Nikolay Aleksandrovich Pavlov (ZyX) [this message]
2017-05-17 22:21   ` Bart Schaefer

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=876481495050379@web31g.yandex.ru \
    --to=kp-pav@yandex.ru \
    --cc=guilherme.f.pacheco@gmail.com \
    --cc=zsh-users@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).