-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fugitive commands not defined when opening via file-line plugin #44
Comments
For future Googlers, this issue is resolved in an alternative plugin here |
geoffharcourt
added a commit
to geoffharcourt/dotfiles-local
that referenced
this issue
Dec 1, 2015
bogado/file-line#44 This issue is and related ones in the repo are resulting in broken commands and setup for Fugitive, including an issue where the `tags` variable isn't getting all the proper folders.
sheldonh
added a commit
to sheldonh/dotvim
that referenced
this issue
Jul 12, 2017
* Replace file-line with vim-fetch; file-line conflicts with fugitive as per bogado/file-line#44 * Changed ctrlp repo location * Removed unused terraform support
utix
added a commit
to utix/dotfiles
that referenced
this issue
Apr 15, 2020
Because of conflict with vim-fugitive: bogado/file-line#44
ylecuyer
added a commit
to ylecuyer/dotfiles
that referenced
this issue
Dec 5, 2020
Replace file-line with vim-fetch; file-line conflicts with vim-fugitive as per bogado/file-line#44
ylecuyer
added a commit
to ylecuyer/dotfiles
that referenced
this issue
Dec 5, 2020
Replace file-line with vim-fetch; file-line conflicts with vim-fugitive as per bogado/file-line#44
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Also opened, and promptly closed, at tpope/vim-fugitive#602)
I've created a minimal reproducing repo here: https://github.com/pbrisbin/fugitive-bug, the following should show the bug:
git clone https://github.com/pbrisbin/fugitive-bug && cd fugitive-bug
vim -u vimrc foo.md +5
:GDiff
etc work as expectedvim -u vimrc foo.md:5
:GDiff
etc are not definedPerhaps this is the same issue underlying #42 and #39.
The text was updated successfully, but these errors were encountered: