Saturday, June 20, 2020

Re: [HINT]:vim diff can acts as code merger

On 2020-06-20 23:14, Kunal Chauhan wrote:
> Hi Team,
>
>
> 1.Can vimdiff act like a code merger.

Yes. Lots of options described at

:help merge

> 2. In vimdiff to change color so it will be well visible and is
> there some color code.

The colors rely on your colorscheme. In particular, DiffAdd,
DiffDelete, DiffChange, and DiffText.

If you want to change them, you can choose a different color-scheme,
of take an existing one and customize/personalize it to meet your
desires.

> 3 . Is there some easy method to move text from.one file to another
> in vimdiff

As above, see `:help merge` for options to get/put changes between
files. But to get you started

:diffget
:diffput
do
dp

-tim



--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200620132842.3e6a5fb9%40bigbox.attlocal.net.

No comments: