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