-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Mappings not overwritten in summary window #2349
Comments
The net effect of that PR was to define the maps earlier, before |
Just as expected:
In my opinion fugitive should have higher precedence in its own "special" buffers. |
That's the entire output? I would expect to see 2 maps, a global one and a buffer local one. What's the output of |
Dumb me… ran it from the wrong window. Output of
Likely the culprit: |
So wildfire.vim, in an attempt to disable itself, is overwriting our |
Since 3d9cace, fugitive no longer overwrites previous mappings in the
:Git
summary window. For example, pressing <CR> does not open the file under the cursor anymore, but calls the normal mapping (:map <CR> <Plug>(wildfire-fuel)
in my case).The text was updated successfully, but these errors were encountered: