Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ycm-core/YouCompleteMe
/ EscapeForVim
Function
EscapeForVim
python/ycm/vimsupport.py:859–860 ·
view source on GitHub ↗
( text )
Source
from the content-addressed store, hash-verified
857
858
859
def
EscapeForVim( text ):
860
return
ToUnicode( text.replace(
"'"
,
"''"
) )
861
862
863
def
AllOpenedFiletypes():
Callers
9
GetBufferNumberForFilename
Function · 0.85
CaptureVimCommand
Function · 0.85
EscapeFilepathForVimCommand
Function · 0.85
PostVimMessage
Function · 0.85
PresentDialog
Function · 0.85
VariableExists
Function · 0.85
SearchInCurrentBuffer
Function · 0.85
VimHasFunction
Function · 0.85
DisplayWidthOfString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected