Closed rgrinberg closed 8 years ago
Is this always happen for all repository? If this is a specific, could you know which one and the detail procedure?
I ment "could I know"
This is the file that I'm getting this error on:
https://github.com/rgrinberg/ocaml-re/blob/bfops-glob-rewrite/lib/re_glob.ml
But I've tried it in a couple of different repos and I'm getting the same error.
However, it does seem to work at least on some files.
Error detected while processing function
1_setcwd: line 7:
It seems some plugin or whatever tried to set cwd on a non existing file. See :autocmd BufRead
or whatever and disable that. This is not vim-gita issue I guess.
Here. Disable this. https://github.com/rgrinberg/vimrc/blob/master/.vimrc#L866-L875
:Gita diff
and selectingHEAD~1
as the target gives me the following error:I use neovim/master if that makes a difference