Merge remote-tracking branch 'Delapouite/kakbegin'
This commit is contained in:
commit
3a93365215
|
@ -123,7 +123,7 @@ of the given *group*.
|
|||
*InputModeChange* `<old mode>:<new mode>`::
|
||||
Triggered whenever the current input mode changes
|
||||
|
||||
*KakBegin*::
|
||||
*KakBegin* `session name`::
|
||||
kakoune has started, this hook is called just after reading the user
|
||||
configuration files
|
||||
|
||||
|
|
|
@ -618,7 +618,7 @@ int run_server(StringView session, StringView server_init,
|
|||
|
||||
{
|
||||
Context empty_context{Context::EmptyContextFlag{}};
|
||||
global_scope.hooks().run_hook("KakBegin", "", empty_context);
|
||||
global_scope.hooks().run_hook("KakBegin", session, empty_context);
|
||||
}
|
||||
|
||||
if (not files.empty()) try
|
||||
|
|
Loading…
Reference in New Issue
Block a user