File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ function Explorer:create_autocmds()
107
107
end
108
108
109
109
if self .filters .state .no_buffer then
110
- -- full reload to update the filter state
110
+ -- full reload is required to update the filter state
111
111
utils .debounce (" Buf:filter_buffer_" .. self .uid_explorer , self .opts .view .debounce_delay , function ()
112
112
self :reload_explorer ()
113
113
end )
@@ -128,7 +128,7 @@ function Explorer:create_autocmds()
128
128
end
129
129
130
130
if self .filters .state .no_buffer then
131
- -- full reload to update the filter state
131
+ -- full reload is required to update the filter state
132
132
utils .debounce (" Buf:filter_buffer_" .. self .uid_explorer , self .opts .view .debounce_delay , function ()
133
133
self :reload_explorer ()
134
134
end )
You can’t perform that action at this time.
0 commit comments