Commit Graph

14 Commits

Author SHA1 Message Date
Talia 3ccfc40348 Add constant with arrow symbols to vim.moon 2018-12-11 09:20:10 +01:00
Talia 3793618a36 Expand vim.DRAW to contain all box drawing symbols 2018-12-03 13:19:36 +01:00
Talia 735ce08422 Add line2 command which prints a double line 2018-08-16 08:20:46 +02:00
Talia 2019502368 Add line function that prints a line of given length 2018-08-16 08:17:48 +02:00
Talia b3ec39a013 Turn draw into constant DRAW and fix formatting 2018-08-15 11:00:23 +02:00
Talia 5eda85952e Fix Comment "Actual Functions" after tree function 2018-08-15 10:56:22 +02:00
Talia 52f65cb5ee Make CLASS constant prettier
...by removing the unnecessary { and } around the title to make it
easier to read in source form.
2018-08-15 10:29:47 +02:00
Talia 9a8141d73b Add tab function to vim.moon and refactor
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.
2018-08-15 10:22:11 +02:00
Talia 9ba10aff75 Fix multiline strings for box command 2018-08-15 09:37:08 +02:00
Talia 9d50868efa Fix nested trees deeper than 2 not being indented 2018-07-17 10:44:25 +02:00
Talia 0b38f7295c Change how trees look and add the CLASS constant 2018-07-13 10:19:13 +02:00
Talia d37e97bdc3 Add line caps to draw function 2018-07-11 15:59:04 +02:00
Talia 3d427643bb Further improved visual-execute
- Now also works in insert mode with <C-Space> (only current line)
- Made vim.column more robust and added col alias
2018-03-12 09:30:49 +01:00
Talia 37bdfddcd7 Lua + Improved visual-exec = ♥
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
2018-03-09 13:54:37 +01:00