mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.9k stars 713 forks source link

Remove whitespace in hooks documentation #5200

Closed lobre closed 2 months ago

lobre commented 2 months ago

There are some whitespace in the hooks documentation and it makes ClientClose and ClientRenamed collapse when rendered from :doc hooks.

ClientCreate client name
    executed when a new client is created.

ClientClose client name
    executed when a client is closed, after it was removed from the client list. 
ClientRenamed <old name>:<new name>
    executed when a client is renamed using the rename-client command

SessionRenamed <old name>:<new name>
    executed when a session is renamed using the rename-session command