commit | eb43b7f0531bd13d15580b5c262a25d6a52a0823 | [log] [tgz] |
---|---|---|
author | Julio B <julio.bacel@gmail.com> | Thu Jun 01 12:45:22 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 01 12:45:22 2023 +0100 |
tree | ef402ff448abb959f4f798ac56dc4874adde8895 | |
parent | e84c773d42e8b6ef0f8ae9b6c7312e0fd47909af [diff] [blame] |
patch 9.0.1596: :registers command does not work in sandbox Problem: :registers command does not work in sandbox. Solution: Add flag to the command. (closes #12473)
diff --git a/src/version.c b/src/version.c index 4b04193..132a0d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1596, +/**/ 1595, /**/ 1594,