From 788fbb47079e6df4d4815d27273faf8390395029 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 31 May 2020 14:08:12 +0200 Subject: patch 8.2.0858: not easy to require Lua modules Problem: Not easy to require Lua modules. Solution: Improve use of Lua path. (Prabir Shrestha, closes #6098) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 5bd8609c9..27ed559d8 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 858, /**/ 857, /**/ -- cgit v1.2.1