vim.column is now called vim.col and has been turned into a wrapper for
the tab function. The vim.row wrapper has been added and does what you'd
expect. vim.box is also a wrapper for vim.tab now.
Some other refactoring has been done.
changes ─┐
├─ Added a folder for lua / moonscript
├─┬─ VISUAL-EXEC BINDINGS
│ ├─ Visual-Enter now tries running as moonscript
│ └─ Visual-C-Enter tries running as vim command
├─ Added Mooncompile command (compiles moonscript in lua folder)
├─ Added vim.moon which does nice things :)
└─┬─ VIM.MOON
├─ tree: builds a tree like this one
├─ clumn: draws a table-column (useful for class diagrams)
└─ draw: prints some drawing symbols