This commit is contained in:
Kovid Goyal 2021-12-31 22:51:16 +05:30
parent 59ea7485e4
commit f17d71454a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -257,6 +257,6 @@ _ksi_deferred_init() {
# Unfunction _ksi_deferred_init to save memory. Don't unfunction
# kitty-integration though because decent public functions aren't supposed to
# to unfunction themselves when invoked.
# to unfunction themselves when invoked. Unfunctioning is done by calling code.
builtin unfunction _ksi_deferred_init
}