| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-07 | Move all lua related files to lua/ subfolder | Marc André Tanner | 1 | -59/+0 | |
| Also remove the lexers sub directory from the Lua search path. As a result we attempt to open fewer files during startup: $ strace -e open -o log ./vis +q config.h && wc -l log In order to avoid having to modifiy all lexers which `require('lexer')` we instead place a symlink in the top level directory. $ ./configure --disable-lua $ rm -rf lua Should result in a source tree with most lua specifc functionality removed. | |||||
| 2016-04-17 | vis: indicate primary cursor by using a different color instead of blinking | Marc André Tanner | 1 | -1/+1 | |
| Blinking caused more problems (#251, #202) than it solved. Blank cells were especially problematic. | |||||
| 2016-03-10 | ui: make primary cursor blink | Marc André Tanner | 1 | -0/+1 | |
| 2016-01-17 | theme: change solarized theme to use the 256 degenerated colors | Marc André Tanner | 1 | -16/+16 | |
| 2015-11-08 | vis: introduce vis namespace for lua objects | Marc André Tanner | 1 | -0/+2 | |
| For now the vis table has only one member "lexers". | |||||
| 2015-11-08 | theme: increase contrast by setting background color to black | Marc André Tanner | 1 | -1/+1 | |
| 2015-11-08 | vis: implement :set colorcolumn | Marc André Tanner | 1 | -0/+1 | |
| 2015-11-08 | vis: implement :set cursorline | Marc André Tanner | 1 | -0/+1 | |
| 2015-11-08 | vis: experimental support for lua/lpeg based syntax highlighting | Marc André Tanner | 1 | -0/+54 | |
| The lua based lexers are searched in the following order: $VIS_PATH/lexers $HOME/.vis/lexers /usr/share/vis/lexers followed by the standard lua package.path | |||||
