vim:keys: Add note about macro_type augroup

This commit is contained in:
2025-06-27 16:36:21 +02:00
parent a8d46caa78
commit f5c6baf856

View File

@@ -526,6 +526,7 @@ endfunction
" Type everything uppercase and underscores instead of spaces
noremap <leader>mac <Cmd>call <sid>macro_type()<CR>i
augroup macro_type
" NOTE: group used in macro_type()
au!
augroup END