7 lines
106 B
VimL
7 lines
106 B
VimL
function Common()
|
|
|
|
endfunction
|
|
|
|
" load common macros for all Filetypes
|
|
autocmd BufEnter * :call Common()
|