<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>[Vimpi] kei_os</title>
    <link>http://vimpi.net/user/kei_os</link>
    <description>kei_os's watching list.</description>
    <lastBuildDate>Thu, 09 Sep 2010 18:18:48 GMT</lastBuildDate>
    <item>
      <title>[2098] fakeclip Ver.0.2.8</title>
      <link>http://vimpi.net/plugin/2098</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2098"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.2.8&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-08-31&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          - |:FakeclipDefaultKeyMappings|: Fix to regard a given bang.
</description>
      <pubDate>Tue, 31 Aug 2010 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2098_20100831</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1234] YankRing.vim Ver.11.0</title>
      <link>http://vimpi.net/plugin/1234</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1234"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 11.0&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-08-12&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; David Fishburn&lt;/li&gt;
          &lt;/ul&gt;
          NF: Documented the global variables to customize the location of the YankRing menu.&lt;br /&gt;&lt;br /&gt;NF: The YankRing menu now shows the maps used for the default actions to help learn them more easily.&lt;br /&gt;&lt;br /&gt;NF: Added g:yankring_menu_root and g:yankring_menu_priority (David Barsam).&lt;br /&gt;&lt;br /&gt;NF: Added a warning indicating a stored value has been truncated based on g:yankring_max_element_length and a new option to suppress this warning, g:yankring_warn_on_truncate (Hans-G&#252;nter).&lt;br /&gt;&lt;br /&gt;BF: The YRAfterMaps() function (if it exists) was not re-run if YRToggle was used to disable and enable the YankRing.&lt;br /&gt;&lt;br /&gt;BF: Multibyte strings may not have been pasted correctly (Dr. Chip).&lt;br /&gt;&lt;br /&gt;BF: When pasting a string of 1111's, and additional -1 could also be included in the output.&lt;br /&gt;
</description>
      <pubDate>Thu, 12 Aug 2010 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#1234_20100812</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2356] Superior Haskell Interaction Mode (SHIM) Ver.0.3.5</title>
      <link>http://vimpi.net/plugin/2356</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2356"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.3.5&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-08-04&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Lars Kotthoff&lt;/li&gt;
          &lt;/ul&gt;
          fixed requirements
</description>
      <pubDate>Wed, 04 Aug 2010 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2356_20100804</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1567] rails.vim Ver.4.2</title>
      <link>http://vimpi.net/plugin/1567</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1567"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 4.2&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-03-13&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Tim Pope&lt;/li&gt;
          &lt;/ul&gt;
          Default :Rlib to db/seeds.rb.&lt;br /&gt;Default :Rplugin to Gemfile.&lt;br /&gt;:Renvironment prefers Rails 3's config/application.rb.&lt;br /&gt;Support script/rails from Rails 3.&lt;br /&gt;Update generator completion for Rails 3.&lt;br /&gt;Syntax highlighting and gf support in Rails 3 routes.&lt;br /&gt;Update syntax highlighting for assorted Rails 3 changes.&lt;br /&gt;Add support for Rails 3 mailers.&lt;br /&gt;Add :Rmailer navigation command.&lt;br /&gt;Add abbreviations for ActiveModel/ActionDispatch.&lt;br /&gt;Expose pluralization as abolish.vim (&lt;a href="/scripts/script.php?script_id=1545"&gt;vimscript #1545&lt;/a&gt;) coercions t and l.&lt;br /&gt;Add support for allml.vim replacement ragtag.vim (&lt;a href="/scripts/script.php?script_id=1896"&gt;vimscript #1896&lt;/a&gt;).&lt;br /&gt;Highlight its, expect, and double from RSpec.&lt;br /&gt;Fix parsing of Test::Unit failures.&lt;br /&gt;Add support for tmux (like GNU screen) [Will Gray].&lt;br /&gt;Disable menu in MacVim by default to eliminate weird terminal output.&lt;br /&gt;Eliminate g:rails_expensive, g:rails_dbext, and g:rails_default_database.&lt;br /&gt;
</description>
      <pubDate>Sat, 13 Mar 2010 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#1567_20100313</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1697] surround.vim Ver.1.90</title>
      <link>http://vimpi.net/plugin/1697</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1697"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.90&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-03-06&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Tim Pope&lt;/li&gt;
          &lt;/ul&gt;
          Completely eliminate wonky % mapping in prompts. &lt;br /&gt;Workaround for user remapped d. [Christian Oudard] &lt;br /&gt;Introduce vgS and begin phasing out vs.
</description>
      <pubDate>Sat, 06 Mar 2010 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#1697_20100306</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2290] smartchr Ver.0.1.1</title>
      <link>http://vimpi.net/plugin/2290</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2290"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.1.1&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-02-21&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          - Add |smartchr-context| to enable/disable |smartchr-functions| in specified context.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Example configuration:&lt;br /&gt;&amp;nbsp;&amp;nbsp;cnoremap &amp;lt;expr&amp;gt; (&amp;nbsp;&amp;nbsp;smartchr#loop('\(', '(', {'ctype': '/?'})
</description>
      <pubDate>Sun, 21 Feb 2010 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2290_20100221</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1075] netrw.vim Ver.136</title>
      <link>http://vimpi.net/plugin/1075</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1075"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 136&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-12-29&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Charles Campbell&lt;/li&gt;
          &lt;/ul&gt;
          This one is mostly a bugfix release.&amp;nbsp;&amp;nbsp;There's also&lt;br /&gt;T:&amp;nbsp;&amp;nbsp;(a new map)&amp;nbsp;&amp;nbsp;puts the file or directory into a background tab&lt;br /&gt;elinks now uses -source instead of -dump&lt;br /&gt;
</description>
      <pubDate>Tue, 29 Dec 2009 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#1075_20091229</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[521] mru.vim Ver.3.3</title>
      <link>http://vimpi.net/plugin/521</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=521"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 3.3&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-12-18&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Yegappan Lakshmanan&lt;/li&gt;
          &lt;/ul&gt;
          * Limit the number of file names displayed in the MRU menu. Provide a configuration variable for selecting the number of file names displayed in the MRU menu or in the sub-menu.&lt;br /&gt;* Add a menu accelerator for the Recent Files menu.&lt;br /&gt;* Add the &amp;quot;:Mru&amp;quot; command (alias for the &amp;quot;:MRU&amp;quot; command) for ease of use.&lt;br /&gt;* When a file not present in the MRU list is supplied to the &amp;quot;:Mru&amp;quot; command, then open the file.&lt;br /&gt;* Add 'v' command to edit a file from the MRU list as read-only.&lt;br /&gt;* Increase the default MRU list size to 100 from 10.&lt;br /&gt;* Support for opening multiple files from the MRU list.&lt;br /&gt;
</description>
      <pubDate>Fri, 18 Dec 2009 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#521_20091218</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1879] AutoComplPop Ver.2.14.1</title>
      <link>http://vimpi.net/plugin/1879</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1879"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 2.14.1&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-12-12&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Takeshi NISHIDA&lt;/li&gt;
          &lt;/ul&gt;
          - Changed the way of auto-popup for avoiding an issue about filename completion.&lt;br /&gt;- Fixed a bug that popup menu was opened twice when auto-popup was done.&lt;br /&gt;
</description>
      <pubDate>Sat, 12 Dec 2009 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#1879_20091212</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1984] FuzzyFinder Ver.3.5</title>
      <link>http://vimpi.net/plugin/1984</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1984"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 3.5&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-12-03&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Takeshi NISHIDA&lt;/li&gt;
          &lt;/ul&gt;
          &amp;nbsp;&amp;nbsp;- Added Line mode.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Added Help mode.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Added key mapping to switch between fuzzy matching and partial matching.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Changed the default values of g:fuf_file_exclude for ignoring &amp;quot;*.dll&amp;quot;.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Changed Tag mode and Tagged-File mode to cache parsed data to files in &amp;quot;~/.vim-fuf-cache/&amp;quot;.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Fixed a bug that repeating preview key produced no effect.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Fixed a bug that File mode and Directory mode didn't list items in a directory whose name includes uppercase characters. (Thanks, ryo7000)&lt;br /&gt;
</description>
      <pubDate>Thu, 03 Dec 2009 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#1984_20091203</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2337] ku Ver.0.2.4.1</title>
      <link>http://vimpi.net/plugin/2337</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2337"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.2.4.1&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-05-29&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          Bug fixes:&lt;br /&gt;- |ku-file|: Fix a serious bug which was mixed in ku source file version 0.1.3.&amp;nbsp;&amp;nbsp;See |ku-file-changelog-0.1.4| for the details.
</description>
      <pubDate>Fri, 29 May 2009 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2337_20090529</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2335] metarw Ver.0.0.4</title>
      <link>http://vimpi.net/plugin/2335</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2335"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.0.4&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-05-23&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          - Refine the document.&lt;br /&gt;- |metarw#{scheme}#write()|:&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Fix a bug that some kind of errors are not handled properly.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Add a way to execute a script after writing.&amp;nbsp;&amp;nbsp;See |metarw#{scheme}#write()-write| for the details.
</description>
      <pubDate>Sat, 23 May 2009 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2335_20090523</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2344] ku-metarw Ver.0.1.2</title>
      <link>http://vimpi.net/plugin/2344</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2344"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.1.2&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-05-15&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          Bug fixes:&lt;br /&gt;- Fix an assumption that the separator for pathes is &amp;quot;/&amp;quot;.&amp;nbsp;&amp;nbsp;This assumption causes unexpected behavior on some environments such as Microsoft Windows.&lt;br /&gt;&lt;br /&gt;Incompatible changes:&lt;br /&gt;- Require ku 0.2.2.
</description>
      <pubDate>Fri, 15 May 2009 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2344_20090515</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2336] metarw-git Ver.0.0.3</title>
      <link>http://vimpi.net/plugin/2336</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2336"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.0.3&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-05-12&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          - When completing branches, remove &amp;quot;remotes/&amp;quot; prefix from remote-tracking branches.&lt;br /&gt;- Fix not to complete wrong or unnecessary stuffs as branches.&amp;nbsp;&amp;nbsp;For example, &amp;quot;(no branch)&amp;quot;, &amp;quot;origin/HEAD -&amp;gt; origin/master&amp;quot;, etc.
</description>
      <pubDate>Tue, 12 May 2009 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2336_20090512</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2291] skeleton Ver.0.0.2</title>
      <link>http://vimpi.net/plugin/2291</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2291"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.0.2&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-03-16&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          - Refine the document.&lt;br /&gt;- |:SkeletonLoad|:&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Support completion.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- Allow to override existing content of a buffer with &amp;quot;!&amp;quot;.
</description>
      <pubDate>Mon, 16 Mar 2009 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2291_20090316</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[294] Align Ver.35/41</title>
      <link>http://vimpi.net/plugin/294</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=294"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 35/41&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-03-04&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Charles Campbell&lt;/li&gt;
          &lt;/ul&gt;
          Align: save and restore of mod now done with the local version of the option&lt;br /&gt;Align: new sanity check for an AlignStyle of just &amp;quot;:&amp;quot;&lt;br /&gt;AlignMaps: new maps: \ts; ts: \ts&amp;lt; \ts= \a(&lt;br /&gt;AlignMaps: default g:Align_xstrlen often is now 1 for multi-byte support&lt;br /&gt;AlignMaps: bug fixed for \ts,&lt;br /&gt;
</description>
      <pubDate>Wed, 04 Mar 2009 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#294_20090304</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2097] narrow Ver.0.2.1</title>
      <link>http://vimpi.net/plugin/2097</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2097"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.2.1&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-02-28&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          - Fix minor bugs:&lt;br /&gt;&amp;nbsp;&amp;nbsp;- |:Widen| raises an error for buffers without fold.&lt;br /&gt;&amp;nbsp;&amp;nbsp;- |:Narrow| doesn't hide lines smaller than 'foldminlines'.
</description>
      <pubDate>Sat, 28 Feb 2009 08:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2097_20090228</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2372] automatic for Verilog Ver.1.55</title>
      <link>http://vimpi.net/plugin/2372</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2372"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.55&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2008-10-01&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; gavin ge&lt;/li&gt;
          &lt;/ul&gt;
          Fix bugs, compatiable with designware IP.
</description>
      <pubDate>Wed, 01 Oct 2008 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#2372_20081001</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1318] snippetsEmu Ver.1.2.3</title>
      <link>http://vimpi.net/plugin/1318</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1318"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.2.3&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2008-03-13&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Felix Ingram&lt;/li&gt;
          &lt;/ul&gt;
          Fixed jumping bug which caused problems with tags between two named tags being missed out. (really, really uploaded new version)
</description>
      <pubDate>Thu, 13 Mar 2008 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#1318_20080313</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[273] taglist.vim Ver.4.5</title>
      <link>http://vimpi.net/plugin/273</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=273"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 4.5&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2007-09-21&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Yegappan Lakshmanan&lt;/li&gt;
          &lt;/ul&gt;
          Fix an extra space in the check for exctags. Refresh the taglist window&lt;br /&gt;folds after entering a tab. Escape special characters like backslash in&lt;br /&gt;the tag name when saving a session file. Add an internal function to get&lt;br /&gt;and detect file types.&lt;br /&gt;
</description>
      <pubDate>Fri, 21 Sep 2007 07:00:00 GMT</pubDate>
      <guid>http://vimpi.net/user/kei_os/rss#273_20070921</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>RSS&#12395; www.vim.org &#12408;&#12398;&#12480;&#12452;&#12524;&#12463;&#12488;&#12522;&#12531;&#12463;&#12434;&#36861;&#21152;&#12375;&#12414;&#12375;&#12383;&#12290;</title>
      <link>http://vimpi.net/vimpi/announces</link>
      <description>&lt;p&gt;RSS&#12363;&#12425;&#12480;&#12452;&#12524;&#12463;&#12488;&#12395; &lt;a href="http://www.vim.org"&gt;www.vim.org&lt;/a&gt; &#12398;&#12506;&#12540;&#12472;&#12395;&#39131;&#12409;&#12427;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;
&lt;br /&gt;-----
&lt;br /&gt;Added link for &lt;a href="http://www.vim.org"&gt;www.vim.org&lt;/a&gt; to rss. now you can access to plugin directly.
&lt;br /&gt;=====
&lt;br /&gt;Thanks: kascote&lt;/p&gt;</description>
      <pubDate>Mon, 27 Jul 2009 08:25:00 GMT</pubDate>
      <category>announce</category>
    </item>
    <item>
      <title>&#12503;&#12521;&#12464;&#12452;&#12531;&#12434;&#12461;&#12540;&#12527;&#12540;&#12489;&#12391;&#26908;&#32034;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;</title>
      <link>http://vimpi.net/vimpi/announces</link>
      <description>&lt;p&gt;&#12479;&#12452;&#12488;&#12523;&#12414;&#12383;&#12399;&#35500;&#26126;&#12434;&#23550;&#35937;&#12395;&#12461;&#12540;&#12527;&#12540;&#12489;&#26908;&#32034;&#12364;&#12391;&#12365;&#12427;&#12424;&#12358;&#12395;&#12394;&#12426;&#12414;&#12375;&#12383;&#12290;&#65288;&#12473;&#12506;&#12540;&#12473;&#21306;&#20999;&#12426;&#12391;AND&#12395;&#12394;&#12426;&#12414;&#12377;&#12290;&#65289;
&lt;br /&gt;&#12503;&#12521;&#12464;&#12452;&#12531;&#12479;&#12502;&#12363;&#12425;&#12393;&#12358;&#12382;&#12290;
&lt;br /&gt;-----
&lt;br /&gt;Keyword search now available, you can search in title or description.
&lt;br /&gt;(When specify multi keywords, separate them with space.)
&lt;br /&gt;Try it on plugins tab.
&lt;br /&gt;=====
&lt;br /&gt;Thanks: kawadu, mollifier&lt;/p&gt;</description>
      <pubDate>Mon, 02 Jun 2008 07:04:00 GMT</pubDate>
      <category>announce</category>
    </item>
    <item>
      <title>&#12454;&#12457;&#12483;&#12481;&#12522;&#12473;&#12488;&#12395;&#12354;&#12427;&#12503;&#12521;&#12464;&#12452;&#12531;&#12391;&#12399;Add&#12508;&#12479;&#12531;&#12434;&#38560;&#12377;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;</title>
      <link>http://vimpi.net/vimpi/announces</link>
      <description>&lt;p&gt;&#12454;&#12457;&#12483;&#12481;&#12522;&#12473;&#12488;&#12395;&#12354;&#12427;&#12503;&#12521;&#12464;&#12452;&#12531;&#12391;&#12399;Add&#12508;&#12479;&#12531;&#12434;&#38560;&#12377;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;
&lt;br /&gt;-----
&lt;br /&gt;Hide add button from pugin page that alreay  in watching list.
&lt;br /&gt;=====
&lt;br /&gt;Thanks: kuy&lt;/p&gt;</description>
      <pubDate>Tue, 12 Feb 2008 08:53:00 GMT</pubDate>
      <category>announce</category>
    </item>
    <item>
      <title>&#12377;&#12409;&#12390;&#12398;&#20154;&#27671;/&#26368;&#36817;&#12398;&#12503;&#12521;&#12464;&#12452;&#12531;&#12434;&#35211;&#12425;&#12428;&#12427;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;</title>
      <link>http://vimpi.net/vimpi/announces</link>
      <description>&lt;p&gt;&#12503;&#12521;&#12464;&#12452;&#12531;&#12479;&#12502;&#12398;&#12300;Read more...&#12301;&#12363;&#12425;&#12377;&#12409;&#12390;&#12398;&#20154;&#27671;/&#26368;&#36817;&#12398;&#12503;&#12521;&#12464;&#12452;&#12531;&#12364;&#35211;&#12425;&#12428;&#12414;&#12377;&#12290;
&lt;br /&gt;-----
&lt;br /&gt;You can see All of popular/recent plugins by &amp;quot;Read more...&amp;quot; at plugin tab.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Jan 2008 09:02:00 GMT</pubDate>
      <category>announce</category>
    </item>
    <item>
      <title>&#12362;&#30693;&#12425;&#12379;&#12434;&#12503;&#12521;&#12464;&#12452;&#12531;RSS&#12395;&#21547;&#12417;&#12427;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;</title>
      <link>http://vimpi.net/vimpi/announces</link>
      <description>&lt;p&gt;&#12503;&#12521;&#12464;&#12452;&#12531;RSS&#12408;&#12459;&#12486;&#12468;&#12522;&#12434;&#36861;&#21152;&#12375;&#12289;&#12362;&#30693;&#12425;&#12379;&#12434;&#21547;&#12417;&#12427;&#12424;&#12358;&#12395;&#12375;&#12414;&#12375;&#12383;&#12290;
&lt;br /&gt;&#12381;&#12428;&#12382;&#12428;plugin&#12289;announce&#12459;&#12486;&#12468;&#12522;&#12392;&#12394;&#12426;&#12414;&#12377;&#12290;
&lt;br /&gt;-----
&lt;br /&gt;Mixed announces into plugin RSS and added category.
&lt;br /&gt;Categories are &amp;quot;plugin&amp;quot; and &amp;quot;announce&amp;quot; for each.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Dec 2007 11:15:00 GMT</pubDate>
      <category>announce</category>
    </item>
  </channel>
</rss>
