Gim/internal/core/find.go
Hayden Hargreaves 0de38ec837
All checks were successful
Run Test Suite / test (push) Successful in 13s
Run Test Suite / test (pull_request) Successful in 13s
feat: implementing the repeat commands! Tested
2026-03-13 23:00:26 -07:00

8 lines
96 B
Go

package core
type LastFindCommand struct {
Char string
Forward bool
Inclusive bool
}