akinsho / akinsho/toggleterm.nvim
on_stderr function doesn't excute
Abierto
- Lenguaje dominante
- Lua
- Estrellas
- 5.6k
- Forks
- 206
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.