good day,

(this is my first ever attempt at sending a patch for vim)

please find attached a very simple patch to set
the filetype make for Makefile.inc files.

these files are fairly common in make based projects
and are routinely used in OpenBSD's ports tree
(package building framework).

-f
-- 
this message printed on 100% recycled electrons.

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
--- runtime/filetype.vim.orig   Wed Apr  6 22:56:21 2016
+++ runtime/filetype.vim        Wed Apr  6 22:57:18 2016
@@ -1138,7 +1138,7 @@ au BufNewFile,BufRead */etc/mail/aliases,*/etc/aliases
 au BufNewFile,BufRead .mailcap,mailcap         setf mailcap
 
 " Makefile
-au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak,*.dsp setf make
+au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak,*.dsp,Makefile.inc setf make
 
 " MakeIndex
 au BufNewFile,BufRead *.ist,*.mst              setf ist

Raspunde prin e-mail lui