MCPcopy
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()
1434def VimIsNeovim():
1435 return GetBoolValue( 'has( "nvim" )' )
1436
1437
1438@memoize()

Callers 3

GetTextPropertiesFunction · 0.85
AddTextPropertyFunction · 0.85
RemoveTextPropertyFunction · 0.85

Calls 1

GetBoolValueFunction · 0.85

Tested by

no test coverage detected