mMontu / vim-vvcs

Vim VCS: Wrapper for development enviroments on remote machines
0 stars 0 forks source link

Include command to retrieve remote path of current file #10

Open mMontu opened 10 years ago

mMontu commented 10 years ago

Create command to retrieve remote path of current file, which can be useful when accessing the remote machine directly while browsing the code on local machine (maybe :VcYank/<leader>vy).

mMontu commented 10 years ago

The command should work on the old version of the VcDiff and VcList, and on any version of VcCodeReview. It would be better to also have tests for these cases.

mMontu commented 10 years ago

It would be better if it also worked when issued on the review window of :VcListCheckedout - in this case it should return the equivalent path of the file under the cursor.