Hello Bram,
Is it possible to add this item to the vim voting list ?:
"collaboration of N vim instances editing same file"
-- Ability of N instances of vim to absorb, merge and show changes
to the same file made by other running vim instances [ either by reading
other vim's swapfiles, or some
The attached patch very simply implements the following from the todo:
7 There is no way to change directory and go back without changing the local
and/or global directory. Add a way to find out if the current window uses
a local directory. Add cdcmd() that returns ":cd" or ":lcd"?
I p
Hello Yakov,
Couldn't you hook into the FileChangedShell autocmd event and merge the changes
into your buffer from there? You can also handle the swap file message with
SwapExists event.
regards,
Peter
--- Yakov Lerner <[EMAIL PROTECTED]> wrote:
> Hello Bram,
> Is it possible to add this item