Replies: 1 comment 1 reply
-
Aha, I see. The proxy-command calls the real command asynchronously via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm lazy-loading Fugitive like this:
When I do this, the first time I call
:tab G
, Fugitive is opened in a regular split, just as if I had called:G
.The next time I call
:tab G
, Fugitive opens in a new tab.I assume this is because packer creates these commands, and when they are called, it deletes the commands, loads the right plugin and then calls the command again. Could this be the case? If so, is it possible for packer to detect the use of
:tab ...
and forward it to the command after the plugin has been loaded?Beta Was this translation helpful? Give feedback.
All reactions