We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b47c07 commit 5902317Copy full SHA for 5902317
bdx.el
@@ -254,7 +254,8 @@ as a property of the string."
254
(defun bdx--ivy-collection-function (string &rest _args)
255
"Collect candidates for query STRING.
256
This should be used as COLLECTION for `ivy-read'."
257
- (setq bdx--prev-candidates bdx--all-candidates)
+ (when bdx--all-candidates
258
+ (setq bdx--prev-candidates bdx--all-candidates))
259
(setq bdx--all-candidates nil)
260
(setq bdx--outdated-files nil)
261
(setq bdx--sources-needing-recompilation nil)
0 commit comments