forked from aniani/vim
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:
committed by
Bram Moolenaar
parent
5ffefbb35a
commit
2d6d718dde
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user