-
So if I have just run a test and then I open a file using FZF it stops working as well. The error messaging is as follows
```
Error detected while processing function neoterm#test#rerun..neoterm#exec…
-
Steps to reproduce:
1. Open up file and `:call neoterm#test#run('file')`
2. `call neoterm#close_all()`
3. `call neoterm#test#run('file')`
And I'm met with the following error
```
Error detected whil…
-
When I'm using `neoterm#repl#selection()`, if I'm sending over `N` lines, the entire selection is sent over `N` times.
-
Started happening after upgrading today. This is against neovim/master.
```
Error detected while processing /Users/rgrinberg/.vim/plugged/neoterm/plugin/neoterm.vim:
line 28:
E216: No such group or…
-
I noticed an odd issue, when trying neoterm (in addition to #7). This doesn't really seem to be neoterm's fault, although I guess neoterm could try to accommodate for it.
With RSpec, `bundle exec rsp…
-
When I call `neoterm#test#run('file')` the following errors are shown:
```
Error detected while processing function neoterm#test#run:
line 2:
E117: Unknown function: neoterm#rspec
E15: Invalid expres…
-
related with #4
-
Hi,
when I run a test (rspec) with `neoterm#test#run('file')`, a new split is created and the test runs in this new split. If I close this split and rerun the test nothing happens, I would expect a n…
-
I have noticed in neoterm that all commands when they are first run initiate a new shell then send the command text to the shell. This leaves extra output in the shell, and spawns an unneccesary proce…
ianks updated
9 years ago
-
Just updated to the latest version, but somehow I did something wrong. I get a `No test lib set` when using rspec. The ftdetect somehow fails to insert the the test lib. When I add it manually via `:c…