aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vis.115
1 files changed, 10 insertions, 5 deletions
diff --git a/vis.1 b/vis.1
index d961dc4..4aafd4e 100644
--- 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