chrisbra / NrrwRgn

A Narrow Region Plugin for vim (like Emacs Narrow Region)
http://www.vim.org/scripts/script.php?script_id=3075
674 stars 25 forks source link

Narrow on conflict #68

Closed elzibubble closed 5 years ago

elzibubble commented 5 years ago

Given something like

<<<<<<< 5e7d59e561ab9b60ee81ed8455bb7f430b22eb66
  (let [address]
    {::cmd/id (UUID/randomUUID)
=======
  {::cmd/id (UUID/randomUUID)
>>>>>>> 3

it'd be amazing to be able to open a side-by-side diff view of the conflict. A bit like :NUD.

chrisbra commented 5 years ago

good idea.

elzibubble commented 5 years ago

Awesome, thank you!