Add basename option

Closes #903
This commit is contained in:
Zachary Yedidia
2018-01-02 22:25:55 -05:00
parent df44f538fd
commit c32f5a4859
4 changed files with 12 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ Here are the options that you can set:
default value: `off`
* `basename`: in the infobar, show only the basename of the file being edited
rather than the full path.
default value: `off`
* `colorcolumn`: if this is not set to 0, it will display a column at the
specified column. This is useful if you want column 80 to be highlighted
special for example.