The aa snippet below works as expected. But the bb below that does not work despite: https://plugins.geany.org/geanylua/geanylua-ref.html
[Perl]
aa={command: lua5.3 -e 'print(1+1)'}
bb={command: lua5.3 -e 'print(geany.filename())'}
--
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/issues/1557
