This commit is contained in:
Barrett Ruth 2026-03-06 20:22:19 -05:00
parent 516d1b02b7
commit 0329c802a6
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 15 additions and 1 deletions

View file

@ -171,7 +171,11 @@ function M.toggle(generator_cmd, brute_cmd)
vim.cmd.terminal(cmdline)
local term_buf = vim.api.nvim_get_current_buf()
pcall(vim.api.nvim_buf_set_name, term_buf, ("term://stress.py '%s' '%s' '%s'"):format(gen_cmd, brute_run_cmd, binary))
pcall(
vim.api.nvim_buf_set_name,
term_buf,
("term://stress.py '%s' '%s' '%s'"):format(gen_cmd, brute_run_cmd, binary)
)
local term_win = vim.api.nvim_get_current_win()
local cleaned = false