]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): update vi_diff.txt: add default value for 'flash'
authorCthulhux <github@tuxproject.de>
Wed, 15 May 2024 18:53:52 +0000 (20:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 15 May 2024 18:54:35 +0000 (20:54 +0200)
commit93e0d2e815178dc6e396388eb85eef1b8b1f2ef0
tree85b441631c28753083f0c9b11993d967140aaacb
parent6043024cd48db485e3c748e8f46ca87e3cdef9d9
runtime(doc): update vi_diff.txt: add default value for 'flash'

The "flash" option was added relatively late and seems to be exclusive
to System V. (It's not in 4.4BSD and it's not in V8 UNIX, checked [on
TUHS](https://www.tuhs.org/cgi-bin/utree.pl).) The oldest occurrence of
`flash` in "a vi" I could find is in SysV R2 for the VAX, where it
[defaults to
1](https://github.com/ryanwoodsmall/oldsysv/blob/master/sysvr2-vax/src/cmd/vi/vax/ex_data.c)
= on.

closes: #14778

Signed-off-by: Cthulhux <github@tuxproject.de>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/vi_diff.txt