Hello,
i wanted to try out this plugin but it behaves very strangely.
-
open neovim without arguments - it opens a readonly scratchpad (my custom dashboard). :ls will show nothing
1.1. execute :JABSOpen
1.1 error in jabs.lua:141: attempt to index local 'linenr' (a nil value)
-
open three buffers via :e ...
1.1. execute :JABSOpen
1.1 error in jabs.lua:130: attempt to concatenate local 's' (a table value)
-
open two buffers via :e ...
1.1. execute :JABSOpen
1.1. no error
At some point, i got an error in jabs.lua: 186: Invalid window id after reopening it.
At some point, i also got an error after opening buffers via TeleScope...
Versions:
- NVIM v0.6.0-dev+43-g02bf251bb
- JABS.nvim #7588207