Skip to content
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

Open
pbrisbin opened this issue Feb 8, 2015 · 1 comment
Open

Comments

@pbrisbin
Copy link

pbrisbin commented Feb 8, 2015

(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
  • Notice that :GDiff etc work as expected
  • vim -u vimrc foo.md:5
  • Notice that :GDiff etc are not defined

Perhaps this is the same issue underlying #42 and #39.

@bag-man
Copy link

bag-man commented Nov 19, 2015

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants