vim-fern-hijack icon indicating copy to clipboard operation
vim-fern-hijack copied to clipboard

Doesn't respect path argument with `mvim`

Open sarendipitee opened this issue 4 years ago • 1 comments

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?

sarendipitee avatar Jan 19 '21 23:01 sarendipitee

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.

lambdalisue avatar Feb 19 '21 07:02 lambdalisue