vi: do not distinguish newer vim versions
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 18 May 2018 21:36:55 +0000 (23:36 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 19 May 2018 02:48:19 +0000 (04:48 +0200)
commit3a7cbea8cf400e3dc953eab02a09f67df2761209
treec6769f7e4589946762979475ef5624d14ff4186d
parentad62c67c43729557c307f10ebef230b9e294c69c
vi: do not distinguish newer vim versions

Assume vim7 distinction is no longer significant; it was released in 2006
and commonly installed by now.  One is more likely to encounter vim-tiny or
some clone, in which case only vi features are safe.

Also ignore vim8 as it only assigns about 4 keys, all outside of normal
mode.  Rather reclassify all vim extensions as "new" instead of "ext",
freeing the latter for optional features more in line with other pages.
vi.eng.inc.pl