<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>[Vimpi] hajimee</title>
    <link>http://www.vimpi.net/user/hajimee</link>
    <description>hajimee's watching list.</description>
    <lastBuildDate>Fri, 10 Feb 2012 16:12:57 GMT</lastBuildDate>
    <item>
      <title>[2620] neocomplcache Ver.6.2</title>
      <link>http://www.vimpi.net/plugin/2620</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2620"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 6.2&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2012-02-02&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Shougo Matsushita&lt;/li&gt;
          &lt;/ul&gt;
          - Added &amp;lt;Nop&amp;gt; in vim_complete.&lt;br /&gt;- Added &amp;lt;Plug&amp;gt;(neocomplcache_start_unite_quick_match) mapping.&lt;br /&gt;- Added C++11 snippets.&lt;br /&gt;- Added documentation.&lt;br /&gt;- Added g:neocomplcache_compare_function option.&lt;br /&gt;- Added g:neocomplcache_enable_fuzzy_completion option.&lt;br /&gt;- Added g:neocomplcache_enable_prefetch option.&lt;br /&gt;- Added g:neocomplcache_filename_include_exprs option.&lt;br /&gt;- Added g:neocomplcache_filename_include_exts option.&lt;br /&gt;- Added g:neocomplcache_include_functions option.&lt;br /&gt;- Added g:neocomplcache_member_patterns option.&lt;br /&gt;- Added member_complete source.&lt;br /&gt;- Added neocomplcache print debug message.&lt;br /&gt;- Added neocomplcache#sources#include_complete#get_current_include_files().&lt;br /&gt;- Added neocomplcache#start_manual_complete().&lt;br /&gt;- Added neocomplcache#util#get_last_status() function.&lt;br /&gt;- Added tcl support.&lt;br /&gt;- Added vim snippet.&lt;br /&gt;- Applied omni_complete patch(experimental).&lt;br /&gt;- Changed default plugins rank.&lt;br /&gt;- Changed g:neocomplcache_enable_prefetch behavior default value.&lt;br /&gt;- Changed syntax highlight name.&lt;br /&gt;- Check if &amp;quot;vim&amp;quot; command is executable.&lt;br /&gt;- Deleted g:neocomplcache_disable_auto_select_buffer_name_pattern option.&lt;br /&gt;- Deleted g:neocomplcache_force_caching_buffer_name_pattern option.&lt;br /&gt;- Deleted obsolute features.&lt;br /&gt;- Deleted obsolute learning.&lt;br /&gt;- Deleted quick match feature.&lt;br /&gt;- Detect sudo vim.&lt;br /&gt;- Disabled refresh by resolved repeat-register problem.&lt;br /&gt;- Fixed Japanese documentation.&lt;br /&gt;- Fixed Vim keyword pattern.&lt;br /&gt;- Fixed auto complete behavior.&lt;br /&gt;- Fixed auto complete flicker.&lt;br /&gt;- Fixed auto select.&lt;br /&gt;- Fixed autocmd args error.&lt;br /&gt;- Fixed buffer_complete bug.&lt;br /&gt;- Fixed conceal syntax.&lt;br /&gt;- Fixed css omni completion pattern.&lt;br /&gt;- Fixed cur_keyword_pos problem.&lt;br /&gt;- Fixed d snippets.&lt;br /&gt;- Fixed detect completefunc.&lt;br /&gt;- Fixed dictionary_complete behavior.&lt;br /&gt;- Fixed examples.&lt;br /&gt;- Fixed expand snippet.&lt;br /&gt;- Fixed expand() problem.&lt;br /&gt;- Fixed feedkeys().&lt;br /&gt;- Fixed file_include source.&lt;br /&gt;- Fixed filename complete escape.&lt;br /&gt;- Fixed filename include complete.&lt;br /&gt;- Fixed filename_complete.&lt;br /&gt;- Fixed filter.&lt;br /&gt;- Fixed finalize error.&lt;br /&gt;- Fixed for IM Problem.&lt;br /&gt;- Fixed for Vim 7.2.&lt;br /&gt;- Fixed for Vim 7.3.319.&lt;br /&gt;- Fixed for eskk.&lt;br /&gt;- Fixed for g:neocomplcache_enable_auto_select.&lt;br /&gt;- Fixed for gdefault option.&lt;br /&gt;- Fixed for refresh always problem(experimental).&lt;br /&gt;- Fixed for rubycomplete.vim.&lt;br /&gt;- Fixed fuzzy completion error.&lt;br /&gt;- Fixed g:neocomplcache_enable_prefetch behavior.&lt;br /&gt;- Fixed g:neocomplcache_text_mode_filetypes default value.&lt;br /&gt;- Fixed get member list error.&lt;br /&gt;- Fixed icase in text mode.&lt;br /&gt;- Fixed include_complete error.&lt;br /&gt;- Fixed member completion.&lt;br /&gt;- Fixed member_complete.&lt;br /&gt;- Fixed modifiable error.&lt;br /&gt;- Fixed neocomplcache#get_complete_results_pos().&lt;br /&gt;- Fixed neocomplcache#sources#snippets_complete#get_snippets().&lt;br /&gt;- Fixed omni_complete preview window.&lt;br /&gt;- Fixed overwrite manual complete.&lt;br /&gt;- Fixed path separator error.&lt;br /&gt;- Fixed php snippet.&lt;br /&gt;- Fixed prefetch problem.&lt;br /&gt;- Fixed prefetch.&lt;br /&gt;- Fixed remove_next_keyword.&lt;br /&gt;- Fixed restore completefunc problem.&lt;br /&gt;- Fixed restore function.&lt;br /&gt;- Fixed ruby omni complete default pattern.&lt;br /&gt;- Fixed s:cur_keyword_str.&lt;br /&gt;- Fixed setline() problem.&lt;br /&gt;- Fixed snippet description.&lt;br /&gt;- Fixed tex snippets.&lt;br /&gt;- Fixed text mode.&lt;br /&gt;- Fixed unite source.&lt;br /&gt;- Fixed updatetime problem.&lt;br /&gt;- Fixed variables initialize.&lt;br /&gt;- Fixed vim keyword pattern.&lt;br /&gt;- Fixed warning.&lt;br /&gt;- Force use glob().&lt;br /&gt;- Improved a bit.&lt;br /&gt;- Improved async from tags.&lt;br /&gt;- Improved c snippet.&lt;br /&gt;- Improved cache check.&lt;br /&gt;- Improved cache.&lt;br /&gt;- Improved caching buffer.&lt;br /&gt;- Improved caching current line.&lt;br /&gt;- Improved calc frequencies.&lt;br /&gt;- Improved check im.&lt;br /&gt;- Improved default rank.&lt;br /&gt;- Improved documentation.&lt;br /&gt;- Improved eval snippet behavior.&lt;br /&gt;- Improved examples.&lt;br /&gt;- Improved expand home.&lt;br /&gt;- Improved filename_complete behavior.&lt;br /&gt;- Improved filename_complete mark.&lt;br /&gt;- Improved filename_complete parse include.&lt;br /&gt;- Improved filtering behavior.&lt;br /&gt;- Improved for learning.&lt;br /&gt;- Improved g:neocomplcache_enable_prefetch behavior.&lt;br /&gt;- Improved gather candidates interface.&lt;br /&gt;- Improved javascript snippets.&lt;br /&gt;- Improved mappings dictionary.&lt;br /&gt;- Improved neocomplcache#get_source_filetypes().&lt;br /&gt;- Improved prefetch.&lt;br /&gt;- Improved python keyword pattern.&lt;br /&gt;- Improved snippet eval.&lt;br /&gt;- Improved snippets delete behavior.&lt;br /&gt;- Improved snippets_complete rank.&lt;br /&gt;- Improved some snippets.&lt;br /&gt;- Improved syntax_complete caching behavior.&lt;br /&gt;- Improved syntax_complete caching.&lt;br /&gt;- Improved tex keyword pattern.&lt;br /&gt;- Improved tex snippets.&lt;br /&gt;- Improved text mode.&lt;br /&gt;- Improved unite#sources#neocomplcache#start_complete() behavior.&lt;br /&gt;- Improved unite#sources#snippet#start_complete()&lt;br /&gt;- Improved vim_complete variables anaylze.&lt;br /&gt;- Improved vim_complete.&lt;br /&gt;- Re-implemented neocomplcache#start_manual_complete().&lt;br /&gt;- Refactored local variable names.&lt;br /&gt;- Refactoringed.&lt;br /&gt;- Renamed g:neocomplcache_max_filename_width to g:neocomplcache_max_menu_width.&lt;br /&gt;- Set :scriptencoding.&lt;br /&gt;- Supported Rhino.&lt;br /&gt;- Supported complete_check().&lt;br /&gt;- Supported conceal feature in snippet_complete(experimental).&lt;br /&gt;- Supported info in omni_complete.&lt;br /&gt;- Supported nyaos.&lt;br /&gt;- Supported php interpreter.&lt;br /&gt;- Use sandbox in eval snippet.&lt;br /&gt;- Use unite#start_complete().&lt;br /&gt;- Use vital.vim cache module.
</description>
      <pubDate>Thu, 02 Feb 2012 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2620_20120202</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2204] TwitVim Ver.0.7.3</title>
      <link>http://www.vimpi.net/plugin/2204</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2204"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.7.3&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2012-01-25&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Po Shan Cheah&lt;/li&gt;
          &lt;/ul&gt;
          * Switched to JSON API for Twitter Search so that TwitVim can support t.co URL expansion and in-reply-to in search results.&lt;br /&gt;* Made the URL-matching pattern more accurate.&lt;br /&gt;
</description>
      <pubDate>Wed, 25 Jan 2012 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2204_20120125</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2611] xptemplate Ver.0.4.8.1313</title>
      <link>http://www.vimpi.net/plugin/2611</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2611"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.4.8.1313&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2012-01-12&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; drdr xp&lt;/li&gt;
          &lt;/ul&gt;
          fix over strict filetype regexp. Thanks to Krzysztof
</description>
      <pubDate>Thu, 12 Jan 2012 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2611_20120112</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2910] restart.vim Ver.0.0.8</title>
      <link>http://www.vimpi.net/plugin/2910</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2910"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.0.8&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2011-12-01&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; tyru  &lt;/li&gt;
          &lt;/ul&gt;
          - Add |restart-tips|.&lt;br /&gt;- Improve error handling while restarting
</description>
      <pubDate>Thu, 01 Dec 2011 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2910_20111201</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1225] DotOutlineTree Ver.1.3</title>
      <link>http://www.vimpi.net/plugin/1225</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=1225"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.3&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2011-11-24&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Shuhei Kubota&lt;/li&gt;
          &lt;/ul&gt;
          more rest support.&lt;br /&gt;(improved overline-and-underline style support)&lt;br /&gt;thanks to Lin.
</description>
      <pubDate>Thu, 24 Nov 2011 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#1225_20111124</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2830] csv.vim Ver.22</title>
      <link>http://www.vimpi.net/plugin/2830</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2830"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 22&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2011-11-08&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Christian Brabandt&lt;/li&gt;
          &lt;/ul&gt;
          - Small enhancements to |SumCol_CSV|&lt;br /&gt;- :Filters! reapplys the dynamic filter&lt;br /&gt;- Apply |csv-aggregate-functions| only to those values, that are not folded away.&lt;br /&gt;- |SumCol_CSV| can use a different number format (suggested by James Cole, thanks! (also |csv-nrformat|&lt;br /&gt;- Documentation updates (suggested by James Cole and Peng Yu)&lt;br /&gt;- More code cleanup and error handling&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://github.com/chrisbra/csv.vim/issues/9" target="_blank"&gt;https://github.com/chrisbra/csv.vim/issues/9&lt;/a&gt; reported Daniel Carl, thanks!&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://github.com/chrisbra/csv.vim/issues/8" target="_blank"&gt;https://github.com/chrisbra/csv.vim/issues/8&lt;/a&gt; patch by Daniel Carl, thanks!&lt;br /&gt;- New Command |NewRecord_CSV| (suggest by James Cole, thanks!)&lt;br /&gt;- new textobjects InnerField (if) and outerField (af) which contain the field without or with the delimiter (suggested by James Cole, thanks!)&lt;br /&gt;- |csv-arrange-autocmd| to let Vim automatically visually arrange the columns using |ArrangeColumn_CSV|&lt;br /&gt;- |csv-move-folds| let Vim move folded lines to the end&lt;br /&gt;- implement a Menu for graphical Vim&lt;br /&gt;(automatically uploaded)
</description>
      <pubDate>Tue, 08 Nov 2011 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2830_20111108</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2776] vilight.vim Ver.1.5</title>
      <link>http://www.vimpi.net/plugin/2776</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2776"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.5&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2011-09-25&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; rob robbins&lt;/li&gt;
          &lt;/ul&gt;
          Added (SpecialKey) for Tab. Thanks to Tyler Kahn.
</description>
      <pubDate>Sun, 25 Sep 2011 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2776_20110925</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1234] YankRing.vim Ver.12.0</title>
      <link>http://www.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; 12.0&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2011-09-17&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; David Fishburn&lt;/li&gt;
          &lt;/ul&gt;
          NF: Added support for the clipboard option &amp;quot;unnamedplus&amp;quot; which was added after 7.3 (Hong Xu).&lt;br /&gt;&lt;br /&gt;NF: When displaying the YankRing using YRShow, a new command &amp;quot;R&amp;quot; has been added to display all of Vim's registers [0-9a-z].&lt;br /&gt;&lt;br /&gt;BF: YRMapsDelete did not remove the normal mode @ map, which interfers with recorded macros (Philippe Vaucher ).&lt;br /&gt;
</description>
      <pubDate>Sat, 17 Sep 2011 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#1234_20110917</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2882] Markdown Ver.1.2.2</title>
      <link>http://www.vimpi.net/plugin/2882</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2882"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.2.2&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2011-03-03&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Hallison Batista&lt;/li&gt;
          &lt;/ul&gt;
          * Fixes.&lt;br /&gt;&amp;nbsp;&amp;nbsp;* Multi-paragraph list items.&lt;br /&gt;&amp;nbsp;&amp;nbsp;* Code block in list.
</description>
      <pubDate>Thu, 03 Mar 2011 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2882_20110303</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[52] calendar.vim Ver.2.5</title>
      <link>http://www.vimpi.net/plugin/52</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=52"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 2.5&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2011-01-27&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Yasuhiro Matsumoto&lt;/li&gt;
          &lt;/ul&gt;
          [fix] 7.2 don't have relativenumber.&lt;br /&gt;
</description>
      <pubDate>Thu, 27 Jan 2011 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#52_20110127</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2653] cuteErrorMarker Ver.1.5</title>
      <link>http://www.vimpi.net/plugin/2653</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2653"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.5&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-10-13&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Vincent B&lt;/li&gt;
          &lt;/ul&gt;
          Added sign placing on :grep operations&lt;br /&gt;Added more highlighting for console version
</description>
      <pubDate>Wed, 13 Oct 2010 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2653_20101013</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2179] Source Explorer (srcexpl.vim) Ver.4.3</title>
      <link>http://www.vimpi.net/plugin/2179</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2179"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 4.3&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-10-06&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Wenlong Che&lt;/li&gt;
          &lt;/ul&gt;
          Fixed a bug when the working 'tags' file was created with the commands 'ctags -L cscope.files'. In this case, the plugin could not change the relative path to the absolute one. Thank Trevor Brown for reporting this bug.
</description>
      <pubDate>Wed, 06 Oct 2010 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2179_20101006</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[1984] FuzzyFinder Ver.4.2.2</title>
      <link>http://www.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; 4.2.2&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-09-30&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Takeshi NISHIDA&lt;/li&gt;
          &lt;/ul&gt;
          - Fixed a bug that unloaded buffers weren't covered by FufBufferTagAll.
</description>
      <pubDate>Thu, 30 Sep 2010 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#1984_20100930</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2954] hypergit.vim Ver.0.7</title>
      <link>http://www.vimpi.net/plugin/2954</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2954"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.7&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-03-23&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Yo-An Lin&lt;/li&gt;
          &lt;/ul&gt;
          repack.
</description>
      <pubDate>Tue, 23 Mar 2010 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2954_20100323</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2783] DumbBuf Ver.0.0.9</title>
      <link>http://www.vimpi.net/plugin/2783</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2783"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.0.9&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-03-02&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; tyru  &lt;/li&gt;
          &lt;/ul&gt;
          - Add 'o' mapping to execute ':sbuffer'. Thanks to Jan Christoph.&lt;br /&gt;- Fix bug to fail to restore original CursorLine highlight.&lt;br /&gt;- Change default value of g:dumbbuf_options&lt;br /&gt;- Allow to execute mappings even on noname buffer.&lt;br /&gt;- Add '&amp;lt;Plug&amp;gt;(dumbbuf-open)'.&lt;br /&gt;&amp;nbsp;&amp;nbsp;g:dumbbuf_hotkey is not '',&lt;br /&gt;&amp;nbsp;&amp;nbsp;g:dumbbuf_hotkey is mapped to '&amp;lt;Plug&amp;gt;(dumbbuf-open)'.&lt;br /&gt;- Write document&lt;br /&gt;- etc.
</description>
      <pubDate>Tue, 02 Mar 2010 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2783_20100302</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2908] Enhanced Ex Ver.1.1</title>
      <link>http://www.vimpi.net/plugin/2908</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2908"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.1&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2010-01-01&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Joel Jackson&lt;/li&gt;
          &lt;/ul&gt;
          Fixed minor version problem
</description>
      <pubDate>Fri, 01 Jan 2010 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2908_20100101</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2773] grex Ver.0.0.1</title>
      <link>http://www.vimpi.net/plugin/2773</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2773"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.0.1&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-09-08&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Kana Natsuno&lt;/li&gt;
          &lt;/ul&gt;
          Feature enhancements:&lt;br /&gt;- Add |:Gred|, |grex#delete()| and |&amp;lt;Plug&amp;gt;(operator-grex-delete)|.&lt;br /&gt;- Support register designation for |grex-operators|.&amp;nbsp;&amp;nbsp;|operator-user| 0.0.5 or later is required to use this feature.&lt;br /&gt;- Support register designation for functions |grex-functions|.&lt;br /&gt;&lt;br /&gt;Minor improvements:&lt;br /&gt;- Revise the document.&lt;br /&gt;&lt;br /&gt;Incompatible changes:&lt;br /&gt;- Rename the plugin as &amp;quot;grex&amp;quot;.&amp;nbsp;&amp;nbsp;The old name &amp;quot;grey&amp;quot; is not proper for further enhancements.&lt;br /&gt;- Rename all commands, functions and key mappings.
</description>
      <pubDate>Tue, 08 Sep 2009 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2773_20090908</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2419] quickrun Ver.1.2</title>
      <link>http://www.vimpi.net/plugin/2419</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2419"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 1.2&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-07-28&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; ujihisa .&lt;/li&gt;
          &lt;/ul&gt;
          see &lt;a href="http://github.com/ujihisa/quickrun/tree/master" target="_blank"&gt;http://github.com/ujihisa/quickrun/tree/master&lt;/a&gt;
</description>
      <pubDate>Tue, 28 Jul 2009 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2419_20090728</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[2540] snipMate Ver.0.83</title>
      <link>http://www.vimpi.net/plugin/2540</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=2540"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 0.83&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-07-13&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Michael Sanders&lt;/li&gt;
          &lt;/ul&gt;
          Fixed bug when leaving snippet for another buffer, having a variable at the end of a line in a snippet, or typing certain characters in select mode, and (finally) added support for &amp;lt;shift-tab&amp;gt; to go back a tab stop. Also added snippets for zsh (thanks israelchauca) and mako (thanks &amp;quot;iElectric&amp;quot;), and updated C, Obj-C, and C++ snippets.
</description>
      <pubDate>Mon, 13 Jul 2009 07:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#2540_20090713</guid>
      <category>plugin</category>
    </item>
    <item>
      <title>[508] ZoomWin Ver.23</title>
      <link>http://www.vimpi.net/plugin/508</link>
      <description>          &lt;a href="http://www.vim.org/scripts/script.php?script_id=508"&gt;Check at www.vim.org&lt;/a&gt;
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;Version:&lt;/strong&gt; 23&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Date:&lt;/strong&gt; 2009-01-26&lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;Author:&lt;/strong&gt; Charles Campbell&lt;/li&gt;
          &lt;/ul&gt;
          ZoomWin has been split into a plugin + autoload portion for faster vim startup.&lt;br /&gt;Bug fixes (scrollbind caused the restore to have an incorrect cursor position, retains the search pattern present before zooming, more files than screen rows problem)&lt;br /&gt;
</description>
      <pubDate>Mon, 26 Jan 2009 08:00:00 GMT</pubDate>
      <guid>http://www.vimpi.net/user/hajimee/rss#508_20090126</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://www.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://www.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://www.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://www.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://www.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>

