tpope / vim-fugitive

fugitive.vim: A Git wrapper so awesome, it should be illegal
https://www.vim.org/scripts/script.php?script_id=2975
19.82k stars 1k forks source link

issue still there #2290

Closed MRDEADRIM closed 5 months ago

MRDEADRIM commented 5 months ago

vim place a cursor on a link > type gf command > new open file | now type Git or any fugitive command showing this issue fugitive: file does not belong to a Git repository.

tried echo FugitiveExtractGitDir(expand('%:p')) this command where issue there showing returning null.

vim version : VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Apr 01 2024 14:35:29) os : arch linux

tpope commented 5 months ago

A link as in an HTTP/HTTPS link? You're leaving the repository, it sounds like the correct behavior to me.

MRDEADRIM commented 5 months ago

It is not https http link .it file link.

On Sun, Apr 7, 2024, 8:20 PM Tim Pope @.***> wrote:

A link as in an HTTP/HTTPS link? You're leaving the repository, it sounds like the correct behavior to me.

— Reply to this email directly, view it on GitHub https://github.com/tpope/vim-fugitive/issues/2290#issuecomment-2041494882, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNTHYBBZH77666CGDE3DELY4FMKLAVCNFSM6AAAAABF3K6SVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBRGQ4TIOBYGI . You are receiving this because you authored the thread.Message ID: @.***>

MRDEADRIM commented 5 months ago

It seems there's a symlink issue in my configuration.Thanks for your response. Tim Pope Have a good day!