diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-10 22:04:27 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-10 22:04:27 +0100 |
| commit | d0bf693ea5c1343495d627844c9e52f63cf0cca9 (patch) | |
| tree | 9e7b470e16305e6247a2fedbe12bad7acde83388 /README.md | |
| parent | 4d245d0a8f6c3d729509eab4fb40656d6d4e13b8 (diff) | |
| download | vis-d0bf693ea5c1343495d627844c9e52f63cf0cca9.tar.gz vis-d0bf693ea5c1343495d627844c9e52f63cf0cca9.tar.xz | |
vis: split `:set show <option>` into separate options
It was the only command option which needed `=` to assign a value to.
This unifies the argument parsing logic and adds the possibility to
specify a per-option help text.
You might want to adapt your visrc.lua configuration accordingly.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -429,14 +429,12 @@ Operators can be forced to work line wise by specifying `V`. use syntax definition given (e.g. "ansi_c") or disable syntax highlighting if no such definition exists (e.g :set syntax off) - show + show-spaces (yes|no) default no + show-tabs (yes|no) default no + show-newlines (yes|no) default no show/hide special white space replacement symbols - newlines = [0|1] default 0 - tabs = [0|1] default 0 - spaces = [0|1] default 0 - cursorline (yes|no) default no highlight the line on which the cursor currently resides |
