mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
YN callbacks and better multi cursor
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user