File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function main.search_and_replace_by_pattern(scope)
2020 end
2121 end )
2222
23- state .create_windfooow (state , scope )
23+ state .create_window (state , scope )
2424end
2525
2626--- Replaces the word under cursor or current visual selection in the current project.
@@ -38,7 +38,7 @@ function main.replace_by_pattern(scope)
3838 end
3939 end )
4040
41- state .create_windfooow (state , scope )
41+ state .create_window (state , scope )
4242end
4343
4444--- Replaces the word under cursor or current visual selection using vim.lsp.buf.references().
@@ -62,7 +62,7 @@ function main.replace_by_references(scope)
6262 end , 500 )
6363 end )
6464
65- state .create_windfooow (state , scope )
65+ state .create_window (state , scope )
6666end
6767
6868--- Restores the backup files of the last `replace_*` operation.
Original file line number Diff line number Diff line change 171171---
172172--- @param scope string
173173--- @private
174- function state :create_windfooow (scope )
174+ function state :create_window (scope )
175175 self .window = vim .api .nvim_open_win (self .buffer , true , {
176176 style = " minimal" ,
177177 relative = " editor" ,
You can’t perform that action at this time.
0 commit comments