lambdalisue / vim-gina

👣 Asynchronously control git repositories in Neovim/Vim 8
http://www.vim.org/scripts/script.php?script_id=5531
MIT License
688 stars 27 forks source link

Make a behavior clear for symlink file #13

Closed lambdalisue closed 7 years ago

lambdalisue commented 7 years ago
  1. Find .git from a file path
  2. If fail, try to find .git from a resolved path

So a symlink file in a git repository would belongs to the repository. A symlink file not in a git repository may belongs to a git repository of an original file belongs.

Write tests for this behavior and document it more clearly.

lambdalisue commented 7 years ago

Done by #16