There's another common use case: extract a portion of a file to a buffer which is mapped back to that file. This is useful when one needs to diff two portion of a file, possibly during a merge conflict resolution. I use a small (unpublished) plugin for that, I wonder how other people are doing this?
There's another common use case: extract a portion of a file to a buffer which is mapped back to that file. This is useful when one needs to diff two portion of a file, possibly during a merge conflict resolution. I use a small (unpublished) plugin for that, I wonder how other people are doing this?
Oh that is really cool, is there a Gist or something of that plugin?
https://gist.github.com/coot/80ecda68bbdb8ac42144615630ac78b8