Fix nth highlighting

Fix #4222
This commit is contained in:
Junegunn Choi
2025-02-06 19:57:39 +09:00
parent bbe1721a18
commit 62e0a2824a
5 changed files with 8 additions and 10 deletions
+1 -1
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
}