From 97be5a6b4a8eb63e95ac7b4c0b52f1f2b092bfb7 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Mon, 13 Feb 2017 13:02:44 +0100 Subject: [PATCH] Autocmd: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea2b83d..88193cb 100644 --- a/README.md +++ b/README.md @@ -1305,7 +1305,7 @@ endfunction Now users of your plugin can execute anything when Chibby finishes running: ```vim -autocmd User CheebyExit call ChibbyCleanup() +autocmd User ChibbyExit call ChibbyCleanup() ``` By the way, if there's no "catching" :autocmd, :doautocmd will output a pesky