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