MCPcopy 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
859def EscapeForVim( text ):
860 return ToUnicode( text.replace( "'", "''" ) )
861
862
863def AllOpenedFiletypes():

Callers 9

CaptureVimCommandFunction · 0.85
PostVimMessageFunction · 0.85
PresentDialogFunction · 0.85
VariableExistsFunction · 0.85
SearchInCurrentBufferFunction · 0.85
VimHasFunctionFunction · 0.85
DisplayWidthOfStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected