Skip to content

Commit 22bbfb9

Browse files
committed
chore: rename GpInspectLog to GpLog
and reference the command in the README
1 parent 2372d53 commit 22bbfb9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@ Choose a new "image agent" based on its name. In the context of images, agent is
389389

390390
Stops all currently running responses and jobs.
391391

392+
#### `:GpLog` <!-- {doc=:GpLog} -->
393+
394+
Opens the gp.nvim logfile.
395+
392396
#### `:GpInspectPlugin` <!-- {doc=:GpInspectPlugin} -->
393397

394398
Inspects the GPT prompt plugin object in a new scratch buffer.

lua/gp/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ local config = {
536536
end,
537537

538538
-- GpInspectLog for checking the log file
539-
InspectLog = function(plugin, params)
539+
Log = function(plugin, params)
540540
local log_file = plugin.config.log_file
541541
local buffer = plugin.helpers.get_buffer(log_file)
542542
if not buffer then

0 commit comments

Comments
 (0)