]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(doc): mention alternative check for vim9script
authorKonfekt <Konfekt@users.noreply.github.com>
Wed, 5 Mar 2025 20:03:21 +0000 (21:03 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 5 Mar 2025 20:05:24 +0000 (21:05 +0100)
commitde4b244bfc16941c642e882e0e13e98bd49134c4
treec5fdd92717ffaf48af9a294d9bdf20eac6a1295c
parentc8cce711dde2d8abcf0929b3b12c4bfc5547a89d
runtime(doc): mention alternative check for vim9script

Vim9 syntax changed before Vim 9 leading to errors thrown if checked for
availability of Vim9script in Vim Version 8.2 such as

This check seems to work as well and throws less errors on Vim 8.2 such
as on Ubuntu 22.04

closes: #16783

Signed-off-by: Konfekt <Konfekt@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/vim9.txt