Added an on-exit hook for autocmd

improved mode-switching autocmd hook logic

fixed escaping logic in single quote expansion
This commit is contained in:
2026-03-04 14:29:44 -05:00
parent 83f1988299
commit 532e225199
5 changed files with 30 additions and 7 deletions

View File

@@ -80,6 +80,7 @@ in
"post-prompt"
"pre-mode-change"
"post-mode-change"
"on-exit"
])) (list: list != []);
description = "The events that trigger this autocmd";
};