aboutsummaryrefslogtreecommitdiff
path: root/vis.1
AgeCommit message (Collapse)AuthorFilesLines
2016-03-21vis: also lookup Lua support files relative to the binary locationMarc André Tanner1-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-18Fix default $VIS_PATH in man pageMarc André Tanner1-5/+10
2015-11-08Tweak manual pageMarc André Tanner1-2/+24
2015-05-07Add '--' as end of optionsMatias Linares1-0/+3
Now it works properly, `vis -- -v` edit a file named `-v`. Also added the proper info to the man page.
2014-10-24Add option to execute commands on startup via +{cmd}Marc André Tanner1-1/+2
The following should work: vis +10 vis +/pattern vis +?pattern vis +'set tabwidth 2'
2014-09-14Add a dummy man page inorder to fix make installMarc André Tanner1-0/+16