Skip to content

Commit 34bff8b

Browse files
authored
Merge pull request #191 from franticflux/fix-chat-finder-windows-rg
fix(chat_finder): make rg pattern quoting Windows-compatible
2 parents 57d4184 + aacc6df commit 34bff8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/parrot/chat_handler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ function ChatHandler:chat_finder()
10851085
actions["default"] = actions["ctrl-t"]
10861086
end
10871087

1088-
fzf_lua.fzf_exec("rg --no-heading '# topic:' --type=md --sortr=accessed", {
1088+
fzf_lua.fzf_exec('rg --no-heading "# topic:" --type=md --sortr=accessed', {
10891089
cwd = self.options.chat_dir,
10901090
prompt = "Chat selection ❯",
10911091
fzf_opts = self.options.fzf_lua_opts,

0 commit comments

Comments
 (0)