Kenichi Ito wrote:
> runtime/filetype.vim
> " Dockerfile
> au BufNewFile,BufRead Dockerfile setf=dockerfile
>
> This become
> filetype==dockerfile
>
>
> This patch fixes it.
> ---
> diff --git a/runtime/filetype.vim b/runtime/filetype.vim
> index 896ccc1..60a47e1 100644
> --- a/runtime/filetype.vim
> +++ b/runtime/filetype.vim
> @@ -531,7 +531,7 @@ au BufNewFile,BufRead configure.in,configure.ac setf
> config
> au BufNewFile,BufRead *.cu setf cuda
>
> " Dockerfile
> -au BufNewFile,BufRead Dockerfile setf=dockerfile
> +au BufNewFile,BufRead Dockerfile setf dockerfile
>
> " WildPackets EtherPeek Decoder
> au BufNewFile,BufRead *.dcd setf dcd
Thanks for the correction!
--
>From "know your smileys":
% Bike accident. A bit far-fetched, I suppose; although...
o _ _ _
_o /\_ _ \\o (_)\__/o (_)
_< \_ _>(_) (_)/<_ \_| \ _|/' \/
(_)>(_) (_) (_) (_) (_)' _\o_
/// 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/d/optout.