vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 588bc1238bd28fdd1069f3557feb9a86363dc7df parent 5fc321a6cd1029c6ec8cab25d6f6b6243dc61440 Author: Marc André Tanner <mat@brain-dump.org> Date: Mon, 18 Jan 2016 20:58:26 +0100 Fix default $VIS_PATH in man page Diffstat:
| M | vis.1 | | | 15 | ++++++++++----- |
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/vis.1 b/vis.1 @@ -4,7 +4,7 @@ vis - a vim like text editor .SH SYNOPSIS .B vis -.RI [ +command ... ] +.RI [ +command ...] .RI [ files ...|-] .br .SH DESCRIPTION @@ -23,12 +23,17 @@ Override path to look for Lua support files as used for syntax highlighting. Defaults (in this order) to: .RS .RS -.nf -.PP -.B $HOME/.vis +.TP +.B $XDG_CONFIG_HOME/vis +where +.B $XDG_CONFIG_HOME +refers to +.B $HOME/.config +if unset +.TP .B /usr/local/share/vis +.TP .B /usr/share/vis -.fi .RE .RE .TP