edit


Description:

public signal void edit (View view, string? path)

Requests the application open the file found at path.

If path is null, then the current file should be reloaded from storage.

This may be executed in relation to the user running the `GtkSourceVimIMContext:edit` or `GtkSourceVimIMContext:e` commands.

Parameters:

view

the View

path

the path if provided, otherwise null