akinsho / akinsho/toggleterm.nvim

on_stderr function doesn't excute

Open
#374 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
5.6k
Forks
206
PR merge metrics
No merged PRs in 30d

Description

I have a simple on_stderr function in my setup function.
```
on_stderr = function(t, job, data, name)
print("aaaaaaaaaaaaaaaaaaaaaa")
require("toggleterm").toggle_all()
end,
```
This prints and toggles the terminal if my terminal outputs to stderr. However, it doesn't seem to be working. I've tried using on_stdout and it works perfectly fine.

nvim version: v0.8.1

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.