Dimitar Dimitrov wrote:
> Found that many default compiler plugins lacked the makeprg setting.
> I basically opened a perl file, then a c file and tried to compile it
> with :mak and it tried to use perl -c
> this patch fixes it for gcc:
>
> *** gcc.vim 2013-07-23 12:32:14.000000000 +0100
> --- /tmp/gcc.vim 2013-07-23 12:32:08.453563055 +0100
> ***************
> *** 11,16 ****
> --- 11,17 ----
> let s:cpo_save = &cpo
> set cpo&vim
>
> + CompilerSet makeprg=gcc\ %\ $*
> CompilerSet errorformat=
> \%*[^\"]\"%f\"%*\\D%l:%c:\ %m,
> \%*[^\"]\"%f\"%*\\D%l:\ %m,
I don't really like that solution, because one of many makeprg values
could be right. For example, bcc.vim sets it to "make". That makes
sense for gcc.vim as well.
Can we make ther perl compiler plugin restore makeprg?
Like we have undo_ftplugin for filetype plugins.
--
hundred-and-one symptoms of being an internet addict:
15. Your heart races faster and beats irregularly each time you see a new WWW
site address in print or on TV, even though you've never had heart
problems before.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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/groups/opt_out.