I can open the file on a specific line in mvim (on OSX, gvim on linux, etc.) with mvim file_path +file_line
I can open the file in an existing window mvim --remote-tab file_path
but I cannot combine these two. when I do mvim --remote-tab file_path +file_line, I get 2 tabs, one for the file and the other for the new file named + file_line;)
source
share