You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move vman function to standalone script
Following discussion in followup to #13.
This is better because:
- We control the shell being run, which is easier for compatibility.
- Updates to the plugin include updates to the script (in case a change
to `:SuperMan` requires a change to the `vman` function)
NeoVim ships a different Man.vim plugin[1]
This plugin opens in a new tab, among other things, so we can't do
things like `:only` to make the old window go away.
[1]: neovim/neovim@4fb75d6