-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
vim-gitgutter doesn't work with csh #365
Comments
What happens when you do this under csh?
|
git version 2.9.2 Elimar |
I was just going to report the same problem. Good catch @riesebie I did not think of checking my shell! |
helped. C-Shell is supposed to be a NON-POSIX shell and therefor isn't supported? |
The stacktrace from your error message points to this line, which calls I don't understand why it works when you execute that by hand, on Vim's command line, but not when executed by vim-gitgutter. These days Vim is supposed to support non-POSIX shells. Anyway, vim-gitgutter switches to What shell does |
It represents the "Bourne Shell" |
I'm also experiencing this problem. There must be something wrong with shell settings, because even simple |
Well if that doesn't work, this plugin doesn't have a chance ;) A quick way to look at the shell settings is to do |
I rechecked this and
For both current and last working version when I open vim with empty buffer and do |
I just found that vim-plug seem to had similar issue here. |
@serpent7776 I think you've nailed it. @riesebie @hholst80 @serpent7776 Please could you try 43e7c1f and make sure it works for you? |
Works fine for me. |
Thanks for letting me know @serpent7776. I'm going to assume this solves the problem for everyone and close the issue. Let me know if you still have problems. |
Latest versions works fine. Thanks @serpent7776 @airblade for cooperation |
Error detected while processing function gitgutter#utility#git_supports_command_line_config_override[1]..gitgutter#utility#git_version:
line 1:
E484: Can't open file /tmp/v0mXMKI/2
csh --version
tcsh 6.18.01 (Astron) 2012-02-14 (x86_64-amd-FreeBSD) options wide,nls,dl,al,kan,sm,rh,color,filec
Runing zsh works fine.
On commandline git --version tells:
git version 2.9.2
This is FreeBSD 10.3
The text was updated successfully, but these errors were encountered: