mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
2f5fe8827e
Problem: cscope: can escape from restricted mode (pyllyukko)
Solution: Disallow :cscope in restricted mode (like :grep),
add a tests for restricted mode using :grep and :cscope
closes: #19731
Signed-off-by: Christian Brabandt <cb@256bit.org>