luukvbaal / statuscol.nvim

Status column plugin that provides a configurable 'statuscolumn' and click handlers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error : attempt to concatenate field 'sign_text'

alexmaloteaux opened this issue · comments

Since recent, i think last update , im getting the error below each time im opening a new buffer

E5108: Error executing lua .../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:186: attempt to concatenate field 'sign_text' (a nil value)
stack traceback:
        .../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:186: in function 'place_signs'
        .../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:233: in function 'update_callargs'
 call <SNR>145_ToggleMouse()/start/statuscol.nvim/lua/statuscol.lua:269: in function <.../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:247>

Version :

NVIM v0.10.0-dev-1307+g8e932480f
Build type: RelWithDebInfo
LuaJIT 2.1.1696795921

Should be fixed, please confirm.

sorry i actually still got the issue on another buffer, just seems less frequent and on line 187 now

E5108: Error executing lua .../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:187: attempt to concatenate field 'sign_text' (a nil value)
stack traceback:
        .../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:187: in function 'place_signs'
        .../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:245: in function 'update_callargs'
        .../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:281: in function <.../site/pack/packer/start/statuscol.nvim/lua/statuscol.lua:259>

Hmm there was another offender, pushed another update.

seems ok now on the buffer where the second exception was thrown, thanks again

I have kind of the same issue right after running the CMakeDebug command:

E5108: Error executing lua .../.local/share/nvim/lazy/statuscol.nvim/lua/statuscol.lua:186: attempt to concatenate field 'sign_hl
_group' (a nil value)
stack traceback:
        .../.local/share/nvim/lazy/statuscol.nvim/lua/statuscol.lua:186: in function 'place_signs'
        .../.local/share/nvim/lazy/statuscol.nvim/lua/statuscol.lua:246: in function 'update_callargs'
        .../.local/share/nvim/lazy/statuscol.nvim/lua/statuscol.lua:282: in function <.../.local/share/nvim/lazy/statuscol.nvim/l
ua/statuscol.lua:260>

NVIM v0.10.0-dev-1934+g031088fc0
Build type: RelWithDebInfo
LuaJIT 2.1.1702233742

I have kind of the same issue right after running the CMakeDebug command:

This is on the main branch right? Should be fixed.