branch: elpa/nix-mode
commit 0cf1ea1e0ed330b59f47056d927797e625ba8f53
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Don’t pare nix completions
---
nix.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix.el b/nix.el
index 99d5875fc6..e1bab907dd 100644
--- a/nix.el
+++ b/nix.el
@@ -207,7 +207,7 @@ OPTIONS a list of options to accept."
(setq completions (cons val completions))))
(dolist (val (cddr pcomplete-args))
(pcomplete-here))
- (pcomplete-here completions)))
+ (pcomplete-here completions nil t)))
(progn
(nix--pcomplete-flags nix-toplevel-options)
(pcomplete-here nix-commands)