EditorVCSInterface.commit

Creates a version commit if the addon is initialized, else returns without doing anything. Uses the files which have been staged previously, with the commit message set to a value as provided as in the argument.

struct EditorVCSInterface
@nogc nothrow
void
commit
(
in String msg
)

Meta