Maybe remove
```c
if (start < 0) { return FAIL_UNSIGNED_ARG(1); }
if (stop < 0) { return FAIL_UNSIGNED_ARG(2); }
```
?
You can view, comment on, or merge this pull request online at:https://github.com/geany/geany-plugins/pull/1586 -- Commit Summary -- * GeanyLua: Add geany.range. -- File Changes -- M geanylua/docs/geanylua-ref.html (41) M geanylua/glspi_sci.c (36) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1586.patch https://github.com/geany/geany-plugins/pull/1586.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1586 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
