tpope/vim-fugitive

issue still there

MRDEADRIM opened this issue · 3 comments

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

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

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