dotfiles/vim/.vim/ftplugin/make.vim

5 lines
162 B
VimL
Raw Normal View History

2022-09-06 23:34:19 -06:00
" Makefile ===============================================
au Filetype make iabbrev <buffer> initmodeline # vim: set ft=make ff=unix:
" vim: set ff=unix ft=vim: