@elextr Big thanks :) I knew, I knew that I missed something, something trivial! :)) [Here](https://github.com/geany/geany-plugins/blob/master/geanylua/glspi_sci.h#L93) uses ```SLT_INT``` type and I was wrong with marker number. I have fixed it, replaced ```1``` on ```0x2``` ```lua local n = geany.scintilla(2047, 0, 0x2); local p = geany.scintilla(2048, 9, 0x2); ``` and it's works fine.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/706#issuecomment-368261558
