README.markdown @ 31b1a5a3b5ff

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 16:38:39 -0500
parents 062b18eebd15
children (none)
Splice
======

Splice is a Vim plugin for resolving conflicts during three-way merges.

Visit [the site](https://docs.stevelosh.com/splice.vim/) for more information.

Troubleshooting
---------------

Splice and Fugitive do not play well together.  If you try to use Splice as
a git mergetool while you have Fugitive installed it may segfault Vim, even if
you're not using any Fugitive features.

Fugitive must be doing something behind the scenes even when you don't run any
of its commands, but unfortunately the segfault doesn't give me a useful trace
so I can find the issue.  If you have any ideas on what might be happening
please let me know -- I'd love to fix this.