This commit is contained in:
2023-08-22 07:46:14 +02:00
parent c2fcba1d77
commit a4bd9d253b
9 changed files with 112 additions and 43 deletions

View File

@@ -2,12 +2,5 @@ function Common()
endfunction
function Ctypes()
let @c = "\<ESC>0i/*\<ESC>A */\<ESC>0j"
endfunction
" load common macros for all Filetypes
autocmd BufEnter * :call Common()
" load c-type macros
autocmd BufEnter *\.c Ctypes()