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()
107107 end
108108
109109 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
111111 utils .debounce (" Buf:filter_buffer_" .. self .uid_explorer , self .opts .view .debounce_delay , function ()
112112 self :reload_explorer ()
113113 end )
@@ -128,7 +128,7 @@ function Explorer:create_autocmds()
128128 end
129129
130130 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
132132 utils .debounce (" Buf:filter_buffer_" .. self .uid_explorer , self .opts .view .debounce_delay , function ()
133133 self :reload_explorer ()
134134 end )
You can’t perform that action at this time.
0 commit comments