File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 109
109
--- @param index integer
110
110
--- @return grapple.window.entry
111
111
function ScopeContent :create_entry (entity , index )
112
- local App = require (" grapple.app" )
113
- local app = App .get ()
114
-
115
112
local scope = entity .scope
116
113
117
114
-- A string representation of the index
@@ -124,7 +121,7 @@ function ScopeContent:create_entry(entity, index)
124
121
local name_group = " GrappleBold"
125
122
local sign_highlight
126
123
127
- if app .settings .status and entity .current then
124
+ if self . app .settings .status and entity .current then
128
125
sign_highlight = " GrappleCurrent"
129
126
name_group = " GrappleCurrent"
130
127
end
@@ -143,7 +140,7 @@ function ScopeContent:create_entry(entity, index)
143
140
144
141
--- @type grapple.vim.mark
145
142
local sign_mark
146
- local quick_select = app .settings :quick_select ()[index ]
143
+ local quick_select = self . app .settings :quick_select ()[index ]
147
144
if quick_select then
148
145
sign_mark = {
149
146
sign_text = string.format (" %s" , quick_select ),
You can’t perform that action at this time.
0 commit comments