vim-fern-hijack
vim-fern-hijack copied to clipboard
Doesn't respect path argument with `mvim`
Calling mvim ./some/file/path results in Fern opening to the cwd of the shell, not tho the argument passed (in this case, ./some/file/path).
This is using the default mvim from MacVim 8.2.2164 (169).
Any ideas?
Sorry for late. I haven't watch this repo somehow.
Is ./some/file/path is for file or directory? This plugin simply ignore a file path thus if that's a file path, your configuration might cause such behavior.
Please provides me a minimal vimrc and steps to reproduce if further investigation is required.