Elias Diem wrote:
> > > does the code style also apply to vim script?
> >
> > I would think so.
> >
> > > Well, here's a small patch for a vim script file.
> >
> > - if(has("amiga"))
> > + if (has("amiga"))
> >
> > Even better:
> >
> > if has("amiga")
>
> Nice. In this case the attached patch ``fixes'' this.
Please check the maintainer, for this file it's Charles Campbell.
--
>From "know your smileys":
:-H Is missing teeth
/// 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