MCPcopy
hub / github.com/ycm-core/YouCompleteMe / SetVariableValue

Function SetVariableValue

python/ycm/vimsupport.py:914–915  ·  view source on GitHub ↗
( variable, value )

Source from the content-addressed store, hash-verified

912
913
914def SetVariableValue( variable, value ):
915 vim.command( f"let { variable } = { json.dumps( value ) }" )
916
917
918def GetVariableValue( variable ):

Calls

no outgoing calls