feat: add find_in_files_query command
This commit is contained in:
parent
ad43cd4395
commit
4b3904d5f2
2 changed files with 12 additions and 9 deletions
|
@ -86,7 +86,7 @@ fn flush_input(self: *Self) !void {
|
|||
return;
|
||||
@memcpy(self.last_buf[0..self.input.len], self.input);
|
||||
self.last_input = self.last_buf[0..self.input.len];
|
||||
try self.mainview.find_in_files(self.input);
|
||||
try command.executeName("find_in_files_query", command.fmt(.{self.input}));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue