<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 在Vim里玩Zen Coding</title>
	<atom:link href="http://leeiio.me/zen-coding-in-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://leeiio.me/zen-coding-in-vim/</link>
	<description>The site is redesigning,please be patient  :P</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Laoqiu</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-18832</link>
		<dc:creator>Laoqiu</dc:creator>
		<pubDate>Wed, 30 Nov 2011 06:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-18832</guid>
		<description>&lt;a href=&quot;#comment-10209&quot; rel=&quot;nofollow&quot;&gt;@oliex &lt;/a&gt; 不需要修改插件，只需要在~/.vimrc里写下配置就ok了
let g:user_zen_settings = {
  &#039;indentation&#039; : &#039;  &#039;,
}</description>
		<content:encoded><![CDATA[<p><a href="#comment-10209" rel="nofollow">@oliex </a> 不需要修改插件，只需要在~/.vimrc里写下配置就ok了<br />
let g:user_zen_settings = {<br />
  &#8216;indentation&#8217; : &#8216;  &#8216;,<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GOVO</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-13280</link>
		<dc:creator>GOVO</dc:creator>
		<pubDate>Sat, 11 Jun 2011 14:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-13280</guid>
		<description>我安装了就是Ctrl+Y都木有反应，不知道什么原因，练习HJKL的俄罗斯方块都运行成功的了呀~~</description>
		<content:encoded><![CDATA[<p>我安装了就是Ctrl+Y都木有反应，不知道什么原因，练习HJKL的俄罗斯方块都运行成功的了呀~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliex</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-10596</link>
		<dc:creator>oliex</dc:creator>
		<pubDate>Fri, 04 Feb 2011 00:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-10596</guid>
		<description>&lt;a href=&quot;#comment-10401&quot; rel=&quot;nofollow&quot;&gt;@Leeiio &lt;/a&gt;真的吗？我找找看。</description>
		<content:encoded><![CDATA[<p><a href="#comment-10401" rel="nofollow">@Leeiio </a>真的吗？我找找看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leeiio</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-10401</link>
		<dc:creator>Leeiio</dc:creator>
		<pubDate>Wed, 26 Jan 2011 16:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-10401</guid>
		<description>&lt;a href=&quot;#comment-10209&quot; rel=&quot;nofollow&quot;&gt;@oliex &lt;/a&gt;这个应该可以偶挺难搞过修改插件来替换成空格</description>
		<content:encoded><![CDATA[<p><a href="#comment-10209" rel="nofollow">@oliex </a>这个应该可以偶挺难搞过修改插件来替换成空格</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oliex</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-10209</link>
		<dc:creator>oliex</dc:creator>
		<pubDate>Tue, 18 Jan 2011 03:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-10209</guid>
		<description>小问题一枚，生成的代码默认为tab缩进，即使我将缩进更改为空格，他也是使用tab。</description>
		<content:encoded><![CDATA[<p>小问题一枚，生成的代码默认为tab缩进，即使我将缩进更改为空格，他也是使用tab。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wtz</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-9817</link>
		<dc:creator>wtz</dc:creator>
		<pubDate>Wed, 29 Dec 2010 10:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-9817</guid>
		<description>你好！我是在安装zen coding不成功时。找到你的blog.看到你的文章。似乎很easy!.为洒我的就没有效果??我是在windows xp 下安装gvim7.0 的。安装好后。我接下来在vim的官网下载了最新的zen coding 插件。解压下来有三个文件（autoload   doc   plugin）我分别把这三个文件下的文件（zencoing.vim  zencoding.txt     zencoding.vim ）放在我的vim安装目录下相应的文件下下。可我重启vim  输入 div   然后空格 再按ctrl+y+,(是在插入模式下输入的)  根本没有生成html代码
请问这是什么原因呀?期待您的回复.谢谢了！</description>
		<content:encoded><![CDATA[<p>你好！我是在安装zen coding不成功时。找到你的blog.看到你的文章。似乎很easy!.为洒我的就没有效果??我是在windows xp 下安装gvim7.0 的。安装好后。我接下来在vim的官网下载了最新的zen coding 插件。解压下来有三个文件（autoload   doc   plugin）我分别把这三个文件下的文件（zencoing.vim  zencoding.txt     zencoding.vim ）放在我的vim安装目录下相应的文件下下。可我重启vim  输入 div   然后空格 再按ctrl+y+,(是在插入模式下输入的)  根本没有生成html代码<br />
请问这是什么原因呀?期待您的回复.谢谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 在vim上尝试了一下zen coding，用来写html文件倒是快了很多 &#124; simon的个人日志</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-9578</link>
		<dc:creator>在vim上尝试了一下zen coding，用来写html文件倒是快了很多 &#124; simon的个人日志</dc:creator>
		<pubDate>Wed, 27 Oct 2010 04:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-9578</guid>
		<description>[...] 具体的zen coding介绍，可以看这里，中文的可以看这里 [...]</description>
		<content:encoded><![CDATA[<p>[...] 具体的zen coding介绍，可以看这里，中文的可以看这里 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolicer</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-9462</link>
		<dc:creator>coolicer</dc:creator>
		<pubDate>Sun, 26 Sep 2010 14:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-9462</guid>
		<description>我用e-texteditor。CSS部分展开有误，不知道博主有没有办法。m:a原本是margin:auto;它却是气死人了。</description>
		<content:encoded><![CDATA[<p>我用e-texteditor。CSS部分展开有误，不知道博主有没有办法。m:a原本是margin:auto;它却是气死人了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 有光</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-9305</link>
		<dc:creator>有光</dc:creator>
		<pubDate>Wed, 08 Sep 2010 08:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-9305</guid>
		<description>很赞 不过占时没看懂</description>
		<content:encoded><![CDATA[<p>很赞 不过占时没看懂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leeiio</title>
		<link>http://leeiio.me/zen-coding-in-vim/#comment-8378</link>
		<dc:creator>Leeiio</dc:creator>
		<pubDate>Sun, 20 Jun 2010 15:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://leeiio.me/?p=1880#comment-8378</guid>
		<description>&lt;a href=&quot;#comment-8367&quot; rel=&quot;nofollow&quot;&gt;@强哥仔 &lt;/a&gt;怎样才算是支持中文呢？对你的问题不解</description>
		<content:encoded><![CDATA[<p><a href="#comment-8367" rel="nofollow">@强哥仔 </a>怎样才算是支持中文呢？对你的问题不解</p>
]]></content:encoded>
	</item>
</channel>
</rss>

