Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

MacVim git-vim compatibility issues #20

Open
nathanieles opened this issue Dec 8, 2010 · 5 comments
Open

MacVim git-vim compatibility issues #20

nathanieles opened this issue Dec 8, 2010 · 5 comments

Comments

@nathanieles
Copy link

All of the git commands seem to work well for me if I open up the file through the terminal,
but if I open up the file through MacVim and try to run the same commands I run into issues.
It would tell me that the file is "Not a git repository (or any of the parent directories): .git",
even though the directory in which the file is in has a .git file.

Anyone else having this issue?

@rjyo
Copy link

rjyo commented May 3, 2011

same here.

@jeremyll
Copy link

same.

@waldman
Copy link

waldman commented Feb 6, 2012

Same here... any fix?

@waldman
Copy link

waldman commented Feb 7, 2012

Hi,
Just found a fix for it.

The Issue was that MacVim was not set to auto change the working directory to the same as the file that is currently on the buffer.

Adding the following to the .vimrc fixes it:
set autochdir

:)

@scys77
Copy link

scys77 commented Mar 14, 2012

@waldman , worked for me, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants