Set the location list for the current window to the supplied diagnostics
( diagnostics )
| 408 | |
| 409 | |
| 410 | def SetLocationList( diagnostics ): |
| 411 | """Set the location list for the current window to the supplied diagnostics""" |
| 412 | SetLocationListForWindow( vim.current.window, diagnostics ) |
| 413 | |
| 414 | |
| 415 | def GetWindowsForBufferNumber( buffer_number ): |
nothing calls this directly
no test coverage detected