YN callbacks and better multi cursor

This commit is contained in:
Zachary Yedidia
2019-01-04 21:48:19 -05:00
parent e101dcd55a
commit 35d111bf73
5 changed files with 86 additions and 36 deletions

View File

@@ -90,6 +90,9 @@ type BufHandler struct {
// Last search stores the last successful search for FindNext and FindPrev
lastSearch string
// Should the current multiple cursor selection search based on word or
// based on selection (false for selection, true for word)
multiWord bool
splitID uint64
}