plugins.coverage.keymaps.clear

Unloads the cached coverage signs. :Coverage or :CoverageLoad must be called again to relad the data.

Type: null or string

Default: null

Declared by:

plugins.coverage.keymaps.coverage

Loads a coverage report and immediately displays the coverage signs.

Type: null or string

Default: null

Declared by:

plugins.coverage.keymaps.hide

Hides the coverage signs. Must call :Coverage or :CoverageLoad first.

Type: null or string

Default: null

Declared by:

plugins.coverage.keymaps.load

Loads a coverage report but does not display the coverage signs.

Type: null or string

Default: null

Declared by:

plugins.coverage.keymaps.show

Shows the coverage signs. Must call :Coverage or :CoverageLoad first.

Type: null or string

Default: null

Declared by:

plugins.coverage.keymaps.summary

Displays a coverage summary report in a floating window.

Type: null or string

Default: null

Declared by:

plugins.coverage.keymaps.toggle

Toggles the coverage signs. Must call :Coverage or :CoverageLoad first.

Type: null or string

Default: null

Declared by: