Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ VimIsNeovim
Function
VimIsNeovim
python/ycm/vimsupport.py:1434–1435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1432
1433
@memoize()
1434
def
VimIsNeovim():
1435
return
GetBoolValue(
'has( "nvim" )'
)
1436
1437
1438
@memoize()
Callers
3
GetTextProperties
Function · 0.85
AddTextProperty
Function · 0.85
RemoveTextProperty
Function · 0.85
Calls
1
GetBoolValue
Function · 0.85
Tested by
no test coverage detected