1
0
Fork
You've already forked vis-eval
0
evaluate Lua code as a vis command
  • Lua 100%
2026年02月10日 17:19:41 +02:00
init.lua init 2026年02月10日 17:19:41 +02:00
README init 2026年02月10日 17:19:41 +02:00

vis-eval
========
register a command to evaluate an arbitrary piece
of Lua code, like so:
 :eval "vis:info('Hello world!')"
 Hello world!
as with all user input, think before you type.