MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / UserOptions

Function UserOptions

python/ycm/tests/__init__.py:68–75  ·  view source on GitHub ↗
( options )

Source from the content-addressed store, hash-verified

66
67@contextlib.contextmanager
68def UserOptions( options ):
69 old_vim_options = test_utils.VIM_OPTIONS.copy()
70 test_utils.VIM_OPTIONS.update( DEFAULT_CLIENT_OPTIONS )
71 test_utils.VIM_OPTIONS.update( options )
72 try:
73 yield
74 finally:
75 test_utils.VIM_OPTIONS = old_vim_options
76
77
78def _IsReady():

Calls

no outgoing calls