mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-03 22:48:36 +08:00
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
type transformed struct {
|
||||
// Because nth can be changed dynamically by change-nth action, we need to
|
||||
// keep the revision number at the time of transformation.
|
||||
revision int
|
||||
revision revision
|
||||
tokens []Token
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user