diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-06 19:56:40 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-02-06 19:57:39 +0900 |
| commit | 62e0a2824a9ed2783fee54f53dd258a2bc3ed795 (patch) | |
| tree | 83c14a09b9f24ec138835ac9536c0aada10e4505 /src/item.go | |
| parent | bbe1721a1883426f639c1efe6afef1d3e6c25181 (diff) | |
| download | fzf-62e0a2824a9ed2783fee54f53dd258a2bc3ed795.tar.gz | |
Fix nth highlighting
Fix #4222
Diffstat (limited to 'src/item.go')
| -rw-r--r-- | src/item.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
