MCPcopy
hub / github.com/ycm-core/YouCompleteMe / ClosePreviewWindow

Function ClosePreviewWindow

python/ycm/vimsupport.py:1206–1208  ·  view source on GitHub ↗

Close the preview window if it is present, otherwise do nothing

()

Source from the content-addressed store, hash-verified

1204
1205
1206def ClosePreviewWindow():
1207 """ Close the preview window if it is present, otherwise do nothing """
1208 vim.command( 'silent! pclose!' )
1209
1210
1211def JumpToPreviewWindow():

Callers 1

WriteToPreviewWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected