Commit Diff


commit - 2952a46af7e295508db2f73f275ed618f90de550
commit + 94d690e6e248c7f6ee08b33d866a1c82ae6ff994
blob - bad45f03556fd23cc4349de080292e01fff0a3ee
blob + 51e23b80c84499b763e059f31091ee619f91cdaa
--- pmn/src/main.zig
+++ pmn/src/main.zig
@@ -118,7 +118,7 @@ fn collect(alloc: std.mem.Allocator, io: std.Io, base_
 
 fn fzf(init: std.process.Init, alloc: std.mem.Allocator, items: []const []const u8) !?[]u8 {
     var child = try std.process.spawn(init.io, .{
-        .argv = &.{ "fzf", "--print-query" },
+        .argv = &.{ "fzf", "--exact", "--print-query" },
         .stdin = .pipe,
         .stdout = .pipe,
         .stderr = .inherit,