mirror of
https://github.com/vim/vim.git
synced 2026-05-07 20:59:41 -04: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>