From f5c6baf8563dfc5f2f2128c55f654e99e31d8b08 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 27 Jun 2025 16:36:21 +0200 Subject: [PATCH] vim:keys: Add note about macro_type augroup --- .config/vim/vimrc.d/40-keys.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 06a9372..9a43de9 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -526,6 +526,7 @@ endfunction " Type everything uppercase and underscores instead of spaces noremap mac call macro_type()i augroup macro_type + " NOTE: group used in macro_type() au! augroup END