Message from discussion
Closing HTML tags?
Received: by 10.180.104.167 with SMTP id gf7mr4520389wib.4.1352860776270;
Tue, 13 Nov 2012 18:39:36 -0800 (PST)
X-BeenThere: vim_use@googlegroups.com
Received: by 10.180.78.169 with SMTP id c9ls29486wix.2.gmail; Tue, 13 Nov 2012
18:39:08 -0800 (PST)
Received: by 10.180.95.227 with SMTP id dn3mr4363790wib.1.1352860748617;
Tue, 13 Nov 2012 18:39:08 -0800 (PST)
Received: by 10.180.95.227 with SMTP id dn3mr4363789wib.1.1352860748598;
Tue, 13 Nov 2012 18:39:08 -0800 (PST)
Return-Path: <sto...@gmail.com>
Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174])
by gmr-mx.google.com with ESMTPS id bu8si10899wib.2.2012.11.13.18.39.08
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 13 Nov 2012 18:39:08 -0800 (PST)
Received-SPF: pass (google.com: domain of sto...@gmail.com designates 74.125.82.174 as permitted sender) client-ip=74.125.82.174;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of sto...@gmail.com designates 74.125.82.174 as permitted sender) smtp.mail=sto...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-we0-f174.google.com with SMTP id t9so4038966wey.5
for <vim_use@googlegroups.com>; Tue, 13 Nov 2012 18:39:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=UcEu8em96ZtCa40ateJ0bBLsATw/fc6fb1xiqvrGDU4=;
b=XihEQ4OPd1Prx8J5Gfg1/TpS+xIoiyingxoFuQnuhU3Vq54R8OSxYYLQOJEVULp2ZF
Redr7hjimBI8uQYe1iODqlSziduQX+If4rWDD9fUMO8J9TfOpH4iGXwBEIlBwxdCyd0k
Vv8V+C5mK15cE6x595g3v6aa1g3zjFQSbZZ4FZAR7MP/PT0SNRrdkpr6IvVJHE+j47bz
an4BmmkXLwpsTq1q/5BJyznZb+6TlBDmulektgrPQz7vso2FlVajtSkD22bw44GOVetR
6rPciCgfNk2GhuTsx2jAkH19gh3EwqJNd1E6c8MKdCtabD2dNQqlIexI7pdKCfhT0T4H
NhLA==
MIME-Version: 1.0
Received: by 10.216.198.198 with SMTP id v48mr901894wen.192.1352860748438;
Tue, 13 Nov 2012 18:39:08 -0800 (PST)
Received: by 10.216.241.14 with HTTP; Tue, 13 Nov 2012 18:39:08 -0800 (PST)
Received: by 10.216.241.14 with HTTP; Tue, 13 Nov 2012 18:39:08 -0800 (PST)
In-Reply-To: <271E2B3C-59C4-4157-9601-4E523FD2B...@silver-chalice.com>
References: <CAAOZmXkNkF-J9EpKXEFRbEJp_nrMMOC=8sYocMTJBExjnU4...@mail.gmail.com>
<50A2DCDA.9040...@gmail.com>
<271E2B3C-59C4-4157-9601-4E523FD2B...@silver-chalice.com>
Date: Tue, 13 Nov 2012 21:39:08 -0500
Message-ID: <CADX9XQub_SU_LZ7OpN20b+jg_WekynbwbO7QVM8Oid3c2i2...@mail.gmail.com>
Subject: Re: Closing HTML tags?
From: stosss <sto...@gmail.com>
To: vim_use@googlegroups.com
Content-Type: multipart/alternative; boundary=0016e6d6419a575b1004ce6b707e
--0016e6d6419a575b1004ce6b707e
Content-Type: text/plain; charset=ISO-8859-1
I have created my own maps to do html tags for the most common ones used.
On Nov 13, 2012 7:15 PM, "Benjamin Klein" <b...@silver-chalice.com> wrote:
> I could be dreadfully wrong about this but tag-closing functionality seems
> like a rather small feature to be available only in its own specific
> plugin. I therefore ask out of curiosity: Are there any other plugins that
> handle this?
>
> --
> b
>
> Sent from my iPhone
>
> On Nov 13, 2012, at 5:50 PM, Tony Mechelynck <antoine.mechely...@gmail.com>
> wrote:
>
> > On 14/11/12 00:30, Adolfo Olivera wrote:
> >> Hi,
> >> I finally figured out how to use omnifunc for php, html, css. My
> >> question is: Once I open an HTML tag, is there a way of autogenerating
> >> the closing one?
> >>
> >> Thanks,
> >
> > I use the CloseTag plugin,
> http://www.vim.org/scripts/script.php?script_id=13 -- which you could
> have found by going to http://www.vim.org/ then "Scripts" then search for
> "closetag".
> >
> >
> > Best regards,
> > Tony.
> > --
> > The average income of the modern teenager is about 2 a.m.
> >
> >
> > --
> > You received this message from the "vim_use" 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 from the "vim_use" 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
>
--0016e6d6419a575b1004ce6b707e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<p>I have created my own maps to do html tags for the most common ones used=
.</p>
<div class=3D"gmail_quote">On Nov 13, 2012 7:15 PM, "Benjamin Klein&qu=
ot; <<a href=3D"mailto:b...@silver-chalice.com">b...@silver-chalice.com</a=
>> wrote:<br type=3D"attribution"><blockquote class=3D"gmail_quote" styl=
e=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I could be dreadfully wrong about this but tag-closing functionality seems =
like a rather small feature to be available only in its own specific plugin=
. I therefore ask out of curiosity: Are there any other plugins that handle=
this?<br>
<br>
--<br>
b<br>
<br>
Sent from my iPhone<br>
<br>
On Nov 13, 2012, at 5:50 PM, Tony Mechelynck <<a href=3D"mailto:antoine.=
mechely...@gmail.com">antoine.mechely...@gmail.com</a>> wrote:<br>
<br>
> On 14/11/12 00:30, Adolfo Olivera wrote:<br>
>> Hi,<br>
>> =A0 =A0I finally figured out how to use omnifunc for php, html, cs=
s. My<br>
>> question is: Once I open an HTML tag, is there a way of autogenera=
ting<br>
>> the closing one?<br>
>><br>
>> Thanks,<br>
><br>
> I use the CloseTag plugin, <a href=3D"http://www.vim.org/scripts/scrip=
t.php?script_id=3D13" target=3D"_blank">http://www.vim.org/scripts/script.p=
hp?script_id=3D13</a> -- which you could have found by going to <a href=3D"=
http://www.vim.org/" target=3D"_blank">http://www.vim.org/</a> then "S=
cripts" then search for "closetag".<br>
><br>
><br>
> Best regards,<br>
> Tony.<br>
> --<br>
> The average income of the modern teenager is about 2 a.m.<br>
><br>
><br>
> --<br>
> You received this message from the "vim_use" maillist.<br>
> Do not top-post! Type your reply below the text you are replying to.<b=
r>
> For more information, visit <a href=3D"http://www.vim.org/maillist.php=
" target=3D"_blank">http://www.vim.org/maillist.php</a><br>
<br>
--<br>
You received this message from the "vim_use" maillist.<br>
Do not top-post! Type your reply below the text you are replying to.<br>
For more information, visit <a href=3D"http://www.vim.org/maillist.php" tar=
get=3D"_blank">http://www.vim.org/maillist.php</a><br>
</blockquote></div>
--0016e6d6419a575b1004ce6b707e--