Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
257
def
CaptureVimCommand( command ):
258
return
vim.eval( f
"execute( '{ EscapeForVim( command ) }', 'silent!' )"
)
259
260
261
def
GetSignsInBuffer( buffer_number ):
Callers
nothing calls this directly
Calls
1
EscapeForVim
Function · 0.85
Tested by
no test coverage detected