Hello, I was trying vcsh, and when I use vcsh $repo add [TAB] it failed with "not a git repository" Thanks.
Is that related to the issue solved via IRC or is this still open? I tried, and failed to, reproduce this several times, now... If it's still open, please run VCSH_DEBUG=1 vcsh $repo add <tab> Richard
Is that related to the issue solved via IRC or is this still open? I tried, and failed to, reproduce this several times, now... If it's still open, please run VCSH_DEBUG=1 vcsh $repo add <tab> Richard
Richard Hartmann <richih.mailinglist@gmail.com> writes:
I can't recall of a issue solved via IRC, that said I still have this
problem.
When doing either:
export VCSH_DEBUG=1
vcsh zsh add <tab>
or
VCSH_DEBUG=1 vcsh $repo add <tab>
it just said
not a git repository
with no debug message
I've:
$ apt-cache policy vcsh zsh -~
vcsh:
Installed: 1.20130829-1
Candidate: 1.20130829-1
[...]
zsh:
Installed: 5.0.2-3
Candidate: 5.0.2-3
[...]
Thanks.
Can you run vcsh enter zsh git status Please?
Richard Hartmann <richih.mailinglist@gmail.com> writes: $ vcsh enter zsh $ git status # On branch master nothing to commit, working directory clean Note that the completion do work when inside `vcsh enter zsh`
That's really strange... Can you try to reproduce this with a minimal zsh configuration, ideally only with completion loaded? RIchard
Richard Hartmann <richih.mailinglist@gmail.com> writes: Okay, when I just load completion, I've no more error message, but no completion either. The .zshrc I used is: #+begin-src: zsh # Created by newuser for 5.0.2 # The following lines were added by compinstall zstyle :compinstall filename '/home/testing/.zshrc' autoload -Uz compinit compinit # End of lines added by compinstall #+end-src Note that as with my main account, I've completion if I run `vcsh enter mr` first
You will need to load site completions. Or load _vcsh by itself. Richard
Richard Hartmann <richih.mailinglist@gmail.com> writes: Sorry, I've not been clear. I've completion on vcsh command and repos, on git command when typing `vcsh mr ad<tab>` for example, but not on file I want to add (vcsh mr add .config/<tab> lead to nothing, when after a vcsh enter mr: % vcsh mr a<tab> #here completion happen % vcsh mr add .co<tab> #here nothing happen % vcsh enter mr % git add .co<tab> #here completion happen The only difference with my standard config is that with my current config an error occur in place of nothing on .co<tab> Should I add something? Ps: I've only very few notion of zsh, so I'm not sure what I should do to load site completions or such things.
Richard Hartmann <richih.mailinglist@gmail.com> writes: [...] No problem, If you think it's better, just give me the url Rémi