0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.2.2994: various code is not fully tested

Problem:    Various code is not fully tested.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8378)
This commit is contained in:
Yegappan Lakshmanan
2021-06-13 21:52:48 +02:00
committed by Bram Moolenaar
parent 5ffefbb35a
commit 2d6d718dde
7 changed files with 127 additions and 2 deletions

View File

@@ -596,7 +596,7 @@ func Sandbox_tests()
" some options cannot be changed in a sandbox
call assert_fails('set exrc', 'E48:')
call assert_fails('set cdpath', 'E48:')
if has('xim')
if has('xim') && has('gui_gtk')
call assert_fails('set imstyle', 'E48:')
endif
endfunc