vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit f8413854c4f0de184c9f32f39b6f3b47b3fa64ce
parent 71c1b90f7a556c6a5041f28bd8a5346aa005179d
Author: Sebastian Götte <jaseg@jaseg.net>
Date:   Sun,  4 Jan 2015 11:56:28 +0100

Update :set option section in README

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -444,11 +444,11 @@ and their current support in vis. set display width of a tab and number of spaces to use if expandtab is enabled - expandtab (1|yes|true)|(0|no|false) + expandtab (yes|no) whether typed in tabs should be expanded to tabwidth spaces - number (1|0) + number (yes|no) whether line numbers are printed alongside the file content