mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-05 10:46:08 +00:00
fix(status): pass --no-pager to jj status (#113)
Co-authored-by: Tejas Sanap <tejas.sanap@beacon.io>
This commit is contained in:
co-authored by
Tejas Sanap
parent
fbfff97a18
commit
b3d449ad41
@@ -94,7 +94,7 @@ function M.status(opts)
|
||||
return
|
||||
end
|
||||
|
||||
local cmd_str = "jj status"
|
||||
local cmd_str = "jj status --no-pager"
|
||||
|
||||
if opts and opts.notify then
|
||||
local output, success = runner.execute_command(cmd_str, "Failed to get status")
|
||||
|
||||
Reference in New Issue
Block a user