From 0c262e8aa18a6632634ce03f704cc8079000aa30 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 2 Aug 2018 16:11:54 +0200 Subject: [PATCH] Add LuaCompile command that lists lua bytecode --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 60a9e16..8d07636 100644 --- a/vimrc +++ b/vimrc @@ -362,6 +362,8 @@ function! s:hex(...) endfunction command! -nargs=* Hex call hex() +command! -range=% LuaCompile ,w !luac -l -p - + " ┌─────────────────┐ " └─┬─┬───┬─┬───┬─┬─┘ " │ │ │ │ │ │