0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
Julio B
2023-06-01 12:45:22 +01:00
committed by Bram Moolenaar
parent e84c773d42
commit eb43b7f053
3 changed files with 6 additions and 3 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1596,
/**/
1595,
/**/