Skip to content

Commit 439745c

Browse files
committed
fix: backup qflist
1 parent 692479e commit 439745c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/search-and-replace/state.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ function state:backup_qflist(scope)
7474
end
7575

7676
log.debug(scope, "stored %d items in backup", vim.fn.len(self.backup))
77+
78+
return true
7779
end
7880

7981
---Restores the currently saved backup

0 commit comments

Comments
 (0)