Alon Bar-Lev wrote:
> This extension is hardcoded within Microsoft properitary toolchain[1].
>
> [1] http://comments.gmane.org/gmane.comp.gnu.binutils/56459
>
> Signed-off-by: Alon Bar-Lev <[email protected]>
> ---
> runtime/filetype.vim | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/runtime/filetype.vim b/runtime/filetype.vim
> index afc0740..afe3e1c 100644
> --- a/runtime/filetype.vim
> +++ b/runtime/filetype.vim
> @@ -1176,7 +1176,7 @@ au BufNewFile,BufRead *.msql setf
> msql
> au BufNewFile,BufRead *.mysql setf mysql
>
> " M$ Resource files
> -au BufNewFile,BufRead *.rc setf rc
> +au BufNewFile,BufRead *.rc,*.rch setf rc
>
> " MuPAD source
> au BufRead,BufNewFile *.mu setf mupad
I'll include it, thanks.
--
hundred-and-one symptoms of being an internet addict:
44. Your friends no longer send you e-mail...they just log on to your IRC
channel.
/// 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