Is it possible to save remote file via sftp after change it in diff view (external program) ?
I mean something like this :
- diff remote file using external program (in my case “diff_command”: ["/usr/bin/subl", “-n”, “-w”, “-b”, “–command”, “sublimerge_diff_views”, “%1$s”, “%2$s”]) or meld
- merge some changes from local to remote (not all changes)
- save remote file via sftp do not upload whole local file
how can I do that ?