We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692479e commit 439745cCopy full SHA for 439745c
lua/search-and-replace/state.lua
@@ -74,6 +74,8 @@ function state:backup_qflist(scope)
74
end
75
76
log.debug(scope, "stored %d items in backup", vim.fn.len(self.backup))
77
+
78
+ return true
79
80
81
---Restores the currently saved backup
0 commit comments