MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / UsingPreviewPopup

Function UsingPreviewPopup

python/ycm/vimsupport.py:1469–1470  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1467
1468
1469def UsingPreviewPopup():
1470 return 'popup' in ToUnicode( vim.options[ 'completeopt' ] ).split( ',' )
1471
1472
1473def DisplayWidth():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected