m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Fix nth highlighting

Fix #4222
This commit is contained in:
Junegunn Choi
2025-02-06 19:56:40 +09:00
parent bbe1721a18
commit 62e0a2824a
5 changed files with 8 additions and 10 deletions

View File

@@ -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
}