Merge cursors after spawning with mouse

Fixes #760
This commit is contained in:
Zachary Yedidia
2017-07-31 22:30:57 -04:00
parent edb79f2972
commit 86c2ac95bb

View File

@@ -1963,6 +1963,7 @@ func (v *View) MouseMultiCursor(usePlugin bool, e *tcell.EventMouse) bool {
v.Cursor = &v.Buf.Cursor
v.Buf.cursors = append(v.Buf.cursors, c)
v.Buf.MergeCursors()
v.Buf.UpdateCursors()
if usePlugin {