akinsho / akinsho/toggleterm.nvim
on_stderr function doesn't excute
Aperta
- Lingua principale
- Lua
- Stelle
- 5.6k
- Fork
- 206
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.