MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / SetFittingHeightForCurrentWindow

Function SetFittingHeightForCurrentWindow

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

Source from the content-addressed store, hash-verified

534
535
536def SetFittingHeightForCurrentWindow():
537 if int( vim.current.buffer.vars.get( 'ycm_no_resize', 0 ) ):
538 return
539
540 vim.command( f'{ ComputeFittingHeightForCurrentWindow() }wincmd _' )
541
542
543def ConvertDiagnosticsToQfList( diagnostics ):

Callers 2

OpenLocationListFunction · 0.85
OpenQuickFixListFunction · 0.85

Calls 2

getMethod · 0.80

Tested by

no test coverage detected