Skip to content

Commit

Permalink
Add 'local'.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Oct 4, 2023
1 parent 1e8ec83 commit 4a14332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/scrollview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ local TOPLINE_LOOKUP_KEY_PREFIX = 2

-- Maps window ID to a temporary highlight group name. This is reset on each
-- refresh cycle.
normal_highlight_lookup = {}
local normal_highlight_lookup = {}
-- Tracks the number of entries in the preceding table.
normal_highlight_lookup_size = 0
local normal_highlight_lookup_size = 0

-- *************************************************
-- * Memoization
Expand Down

0 comments on commit 4a14332

Please sign in to comment.