| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-15 | vis: move initial theme loading code to lua | Marc André Tanner | 1 | -3/+0 | |
| 2016-03-21 | vis: also lookup Lua support files relative to the binary location | Marc André Tanner | 1 | -1/+3 | |
| This simplifies deployment of vis on remote systems without root access. The idea is to extract a statically linked binary together with the lexer syntax files into some directory, adjust $PATH to include it and have everything just work. For now this uses /proc/self/exe and thus only works on Linux based systems. | |||||
| 2016-01-18 | Fix default $VIS_PATH in man page | Marc André Tanner | 1 | -5/+10 | |
| 2015-11-08 | Tweak manual page | Marc André Tanner | 1 | -2/+24 | |
| 2015-05-07 | Add '--' as end of options | Matias Linares | 1 | -0/+3 | |
| Now it works properly, `vis -- -v` edit a file named `-v`. Also added the proper info to the man page. | |||||
| 2014-10-24 | Add option to execute commands on startup via +{cmd} | Marc André Tanner | 1 | -1/+2 | |
| The following should work: vis +10 vis +/pattern vis +?pattern vis +'set tabwidth 2' | |||||
| 2014-09-14 | Add a dummy man page inorder to fix make install | Marc André Tanner | 1 | -0/+16 | |
