From 62e0a2824a9ed2783fee54f53dd258a2bc3ed795 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 6 Feb 2025 19:56:40 +0900 Subject: Fix nth highlighting Fix #4222 --- src/item.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.go') diff --git a/src/item.go b/src/item.go index 1943486f..ca32f1bd 100644 --- a/src/item.go +++ b/src/item.go @@ -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 } -- cgit v1.2.3