From 608547dcd1381ae791120674e105f5ebae25b37f Mon Sep 17 00:00:00 2001 From: Jose Alvarez Date: Mon, 3 Jul 2023 17:05:20 -0400 Subject: [PATCH] doc: clarify version requirement for testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c8faed2..0e5ce30bf 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ If you run into plenary-related issues while running the tests, make sure you have an up-to-date version of the plugin by clearing that cache with: `make clean`. -All tests expect the latest Neovim master. +All tests expect to run on the latest release version of Neovim and are not guaranteed to work on versions built from `HEAD`. ## Alternatives