From 0249e9cb613fd90a2c088beee36142091ef41e1d Mon Sep 17 00:00:00 2001 From: Yann Date: Fri, 4 Feb 2022 22:07:55 +0100 Subject: [PATCH] Renommage commande Tpl en Header --- plugin/crown.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/crown.vim b/plugin/crown.vim index b7c1816..d3f105a 100644 --- a/plugin/crown.vim +++ b/plugin/crown.vim @@ -20,7 +20,7 @@ EOF endfunction command! Greet lua require'greetings'.greet() -command! Tpl lua require'tpl'.header() +command! Header lua require'tpl'.header() augroup ReloadingGroup autocmd!