Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $ vim --version | grep lua
  2. +dialog_con_gui +lua/dyn +rightleft +writebackup
  3.  
  4. :!lua
  5. Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio
  6. > print("hello")
  7. hello
  8. >
  9.  
  10. :echo has("lua")
  11. 0
  12.  
  13. :lua print("hello")
  14. E370: Could not load library liblua.5.2.dylib
  15. Lua library cannot be loaded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement