<?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>Hack #117: 置換行為を繰り返す へのコメント</title>
	<atom:link href="http://vim-users.jp/2010/01/hack117/feed/" rel="self" type="application/rss+xml" />
	<link>http://vim-users.jp/2010/01/hack117/</link>
	<description>日本の Vim ユーザのためのハブサイト</description>
	<lastBuildDate>Sun, 29 Apr 2012 05:38:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>mattn より</title>
		<link>http://vim-users.jp/2010/01/hack117/comment-page-1/#comment-3264</link>
		<dc:creator>mattn</dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://vim-users.jp/?p=1283#comment-3264</guid>
		<description>&lt;p&gt;行番号間違いました。normal.c の 940 す。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[							<p>行番号間違いました。normal.c の 940 す。</p>
]]></content:encoded>
	</item>
	<item>
		<title>mattn より</title>
		<link>http://vim-users.jp/2010/01/hack117/comment-page-1/#comment-3263</link>
		<dc:creator>mattn</dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://vim-users.jp/?p=1283#comment-3263</guid>
		<description>&lt;blockquote&gt;
  &lt;p&gt;vim -N -u NONE -c ‘noremap : ;’ -c ‘noremap ; :’&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;normal.c:16 # Get an additional character if we need one.
以降の冒頭で&lt;/p&gt;

&lt;p&gt;++no_mapping;
  ++allow_keys;  /* no mapping for nchar, but allow key codes */&lt;/p&gt;

&lt;p&gt;してマップを抑制しているので意図的かと思いますよ。まぁどちみち&lt;/p&gt;

&lt;p&gt;:echo nr2char(getchar())&lt;/p&gt;

&lt;p&gt;で「:」タイプしても「:」が表示されるので完全にキー入れ替えは無理だと思います。
想定していない使い方でバグと言われると少しvimが可愛そうかな。苦笑&lt;/p&gt;
</description>
		<content:encoded><![CDATA[							<blockquote>
							  <p>vim -N -u NONE -c ‘noremap : ;’ -c ‘noremap ; :’</p>
							</blockquote>
							
							<p>normal.c:16 # Get an additional character if we need one.
							以降の冒頭で</p>
							
							<p>++no_mapping;
							  ++allow_keys;  /* no mapping for nchar, but allow key codes */</p>
							
							<p>してマップを抑制しているので意図的かと思いますよ。まぁどちみち</p>
							
							<p>:echo nr2char(getchar())</p>
							
							<p>で「:」タイプしても「:」が表示されるので完全にキー入れ替えは無理だと思います。
							想定していない使い方でバグと言われると少しvimが可愛そうかな。苦笑</p>
]]></content:encoded>
	</item>
	<item>
		<title>kana より</title>
		<link>http://vim-users.jp/2010/01/hack117/comment-page-1/#comment-3261</link>
		<dc:creator>kana</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://vim-users.jp/?p=1283#comment-3261</guid>
		<description>&lt;p&gt;vim -N -u NONE -c &#039;noremap :  ;&#039; -c &#039;noremap ;  :&#039;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[							<p>vim -N -u NONE -c &#8216;noremap :  ;&#8217; -c &#8216;noremap ;  :&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>mattn より</title>
		<link>http://vim-users.jp/2010/01/hack117/comment-page-1/#comment-3260</link>
		<dc:creator>mattn</dc:creator>
		<pubDate>Tue, 19 Jan 2010 02:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://vim-users.jp/?p=1283#comment-3260</guid>
		<description>&lt;blockquote&gt;
  &lt;p&gt;@:はkey mappingの設定如何で動作しなくなるという致命的バグがありまして……&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;バグ？設定ミスですよね。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[							<blockquote>
							  <p>@:はkey mappingの設定如何で動作しなくなるという致命的バグがありまして……</p>
							</blockquote>
							
							<p>バグ？設定ミスですよね。</p>
]]></content:encoded>
	</item>
	<item>
		<title>kana より</title>
		<link>http://vim-users.jp/2010/01/hack117/comment-page-1/#comment-3258</link>
		<dc:creator>kana</dc:creator>
		<pubDate>Mon, 18 Jan 2010 22:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://vim-users.jp/?p=1283#comment-3258</guid>
		<description>&lt;p&gt;@:はkey mappingの設定如何で動作しなくなるという致命的バグがありまして……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[							<p>@:はkey mappingの設定如何で動作しなくなるという致命的バグがありまして……</p>
]]></content:encoded>
	</item>
	<item>
		<title>parasporospa より</title>
		<link>http://vim-users.jp/2010/01/hack117/comment-page-1/#comment-3252</link>
		<dc:creator>parasporospa</dc:creator>
		<pubDate>Mon, 18 Jan 2010 05:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://vim-users.jp/?p=1283#comment-3252</guid>
		<description>&lt;p&gt;@:
もいいですよ！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[							<p>@:
							もいいですよ！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

