From 44212d3833cb18adb67abf557716b880e823cef2 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Wed, 4 Jan 2023 08:39:03 +0900 Subject: [PATCH] Update installation guidance --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b861df..71d406b 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,12 @@ CSS3 syntax (and syntax defined in some foreign specifications) support for INSTALLATION ------------ -This version is compatible with **Vim 9.0 or higher** with default runtime -files. If you still use Vim 8.x, you must use [older version][2] of this -plug-in. +This syntax files are compatible with the default runtime files that come with +**Vim 9.0 or higher**. If you still use Vim 8.x or lower, you must: + +- Update runtime files (recommended) +- Use [older version][2] +- Switch to [`vim80` branch][3] ### Vim package @@ -76,3 +79,4 @@ MIT [1]: http://www.vim.org/ [2]: https://github.com/hail2u/vim-css3-syntax/releases/tag/v1.10.2 +[3]: https://github.com/hail2u/vim-css3-syntax/tree/vim80