Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
607
def
EscapeFilepathForVimCommand( filepath ):
608
return
GetVariableValue( f
"fnameescape('{ EscapeForVim( filepath ) }')"
)
609
610
611
def
ComparePaths( path1, path2 ):
Callers
1
JumpToFile
Function · 0.85
Calls
2
GetVariableValue
Function · 0.85
EscapeForVim
Function · 0.85
Tested by
no test coverage detected