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

Function EscapeFilepathForVimCommand

python/ycm/vimsupport.py:607–608  ·  view source on GitHub ↗
( filepath )

Source from the content-addressed store, hash-verified

605
606
607def EscapeFilepathForVimCommand( filepath ):
608 return GetVariableValue( f"fnameescape('{ EscapeForVim( filepath ) }')" )
609
610
611def ComparePaths( path1, path2 ):

Callers 1

JumpToFileFunction · 0.85

Calls 2

GetVariableValueFunction · 0.85
EscapeForVimFunction · 0.85

Tested by

no test coverage detected