mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
vim-patch:9.0.1596: :registers command does not work in sandbox (#23866)
Problem: :registers command does not work in sandbox.
Solution: Add flag to the command. (closes vim/vim#12473)
eb43b7f053
Co-authored-by: Julio B <julio.bacel@gmail.com>
This commit is contained in:
@@ -2212,7 +2212,7 @@ module.cmds = {
|
||||
},
|
||||
{
|
||||
command='registers',
|
||||
flags=bit.bor(EXTRA, NOTRLCOM, TRLBAR, CMDWIN, LOCK_OK),
|
||||
flags=bit.bor(EXTRA, NOTRLCOM, TRLBAR, SBOXOK, CMDWIN, LOCK_OK),
|
||||
addr_type='ADDR_NONE',
|
||||
func='ex_display',
|
||||
},
|
||||
|
Reference in New Issue
Block a user