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

5 lines
162 B
VimL
Raw Normal View History

2023-12-23 20:13:47 -07:00
" Makefile ===============================================
au Filetype make iabbrev <buffer> initmodeline # vim: set ft=make ff=unix:
" vim: set ff=unix ft=vim: