MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / CaptureVimCommand

Function CaptureVimCommand

python/ycm/vimsupport.py:257–258  ·  view source on GitHub ↗
( command )

Source from the content-addressed store, hash-verified

255
256
257def CaptureVimCommand( command ):
258 return vim.eval( f"execute( '{ EscapeForVim( command ) }', 'silent!' )" )
259
260
261def GetSignsInBuffer( buffer_number ):

Callers

nothing calls this directly

Calls 1

EscapeForVimFunction · 0.85

Tested by

no test coverage detected