| Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
Now it works properly, `vis -- -v` edit a file named `-v`. Also added the
proper info to the man page.
|
|
The following should work:
vis +10
vis +/pattern
vis +?pattern
vis +'set tabwidth 2'
|
|
|