<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>vimdev at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/vimdev/</link>
    <description>Vim (Vi IMproved) text editor developers list</description>

    <item>
      <title>Re: [BUG] :d deletes wrong lines in folding.</title>
      <pubDate>Sat, 21 Nov 2009 01:34:54 GMT</pubDate>
      <dc:creator>Kana Natsuno</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55445</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55445</guid>
      <description>... -- To Vim, or not to Vim. http://whileimautomaton.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the &quot;vim_dev&quot;</description>
    </item>
    <item>
      <title>[BUG] :d deletes wrong lines in folding.</title>
      <pubDate>Sat, 21 Nov 2009 00:59:06 GMT</pubDate>
      <dc:creator>Wu, Yue</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55444</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55444</guid>
      <description>How to reproduce: ... 3. Create folding: Visual select whole lines from line 1 to line 5, use zf to create a folding. ... 5. Now you will see vim has deleted</description>
    </item>
    <item>
      <title>Bug in code that initializes Rows and Columns?</title>
      <pubDate>Fri, 20 Nov 2009 20:35:35 GMT</pubDate>
      <dc:creator>björn</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55443</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55443</guid>
      <description>Hi, I&#39;ve stumbled across something in main.c/ui.c that looks a bit fishy whilst trying to figure out how and when the variables &quot;Rows&quot; and &quot;Columns&quot; are</description>
    </item>
    <item>
      <title>Re: Is there a memory limit for a single vim instance ?</title>
      <pubDate>Thu, 19 Nov 2009 14:47:35 GMT</pubDate>
      <dc:creator>winterTTr</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55442</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55442</guid>
      <description>... I tried , but didn&#39;t see the error. And since i get the code from svn (which is patch before 267 ) and compile the new one, the error seems not to appear</description>
    </item>
    <item>
      <title>Re: Is there a memory limit for a single vim instance ?</title>
      <pubDate>Thu, 19 Nov 2009 13:54:08 GMT</pubDate>
      <dc:creator>Henrik Öhman</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55441</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55441</guid>
      <description>... I&#39;ve seen this error on XP and Vista at odd occasions. It usually goes away after I remove $HOME\_viminfo, but not always. Anyway, I haven&#39;t found a case</description>
    </item>
    <item>
      <title>Re: Is there a memory limit for a single vim instance ?</title>
      <pubDate>Thu, 19 Nov 2009 06:56:12 GMT</pubDate>
      <dc:creator>Tony Mechelynck</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55440</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55440</guid>
      <description>... Which patchlevel? See http://ftp.vim.org/pub/vim/patches/7.2/README for a one-line summary of each of the more than 300 official patches since Vim 7.2 was</description>
    </item>
    <item>
      <title>Patch 7.2.303</title>
      <pubDate>Wed, 18 Nov 2009 19:13:17 GMT</pubDate>
      <dc:creator>Bram Moolenaar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55439</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55439</guid>
      <description>Patch 7.2.303 (after 7.2.294) Problem:    Can&#39;t build on MS-Windows. Solution:   Add #ifdef around vim_settempdir(). (James Vega) Files:	    src/fileio.c ... </description>
    </item>
    <item>
      <title>Re: Patch 7.2.294</title>
      <pubDate>Wed, 18 Nov 2009 19:13:13 GMT</pubDate>
      <dc:creator>Bram Moolenaar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55438</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55438</guid>
      <description>... Thanks! -- CRONE:  Who sent you? ARTHUR: The Knights Who Say GNU! CRONE:  Aaaagh!  (she looks around in rear) No!  We have no licenses here. &quot;Monty Python</description>
    </item>
    <item>
      <title>Re: Patch 7.2.294</title>
      <pubDate>Wed, 18 Nov 2009 16:27:27 GMT</pubDate>
      <dc:creator>Erik Falor</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55437</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55437</guid>
      <description>... I can verify that your patch repairs the compile error in MSVC 2008. -- Erik Falor Registered Linux User #445632 http://counter.li.org </description>
    </item>
    <item>
      <title>Re: Patch 7.2.294</title>
      <pubDate>Wed, 18 Nov 2009 09:47:51 GMT</pubDate>
      <dc:creator>Patrick Texier</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55436</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55436</guid>
      <description>On Tue, 17 Nov 2009 19:59:34 -0500, James Vega wrote: ... Thanks James. I can now build Vim 7.2.302 on Windows 98 using Borland C&#43;+ 5.5.1 -- Patrick Texier </description>
    </item>
    <item>
      <title>Re: Patch 7.2.294</title>
      <pubDate>Wed, 18 Nov 2009 01:00:32 GMT</pubDate>
      <dc:creator>James Vega</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55435</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55435</guid>
      <description>... Attached patch should fix it. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega &lt;jamessan@...&gt;</description>
    </item>
    <item>
      <title>Re: vim errorformat requires updating for gcc 4.5 unreleased</title>
      <pubDate>Tue, 17 Nov 2009 21:55:48 GMT</pubDate>
      <dc:creator>Chris</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55434</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55434</guid>
      <description>Hi, the patch does not work. Some problems: - The error contains a comma at the end (\\,)   or a colon : This can be done by adding %*[\\,:] - I don&#39;t know if</description>
    </item>
    <item>
      <title>Re: [patch] Persistent undo</title>
      <pubDate>Tue, 17 Nov 2009 21:21:55 GMT</pubDate>
      <dc:creator>Mun</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55433</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55433</guid>
      <description>Hi Andy, Christian, Thanks for your reply. Please see my comments below. On Tue, Nov 17, 2009 at 12:48 PM PST, Andy Wokula wrote: ... Text Deleted ... AW&gt; &gt;</description>
    </item>
    <item>
      <title>Re: [patch] fixed memory leak in hlsearch</title>
      <pubDate>Tue, 17 Nov 2009 21:13:56 GMT</pubDate>
      <dc:creator>Bram Moolenaar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55432</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55432</guid>
      <description>... Thanks for testing. ... On modern systems this should happen.  But there are a few systems where this does not happen. ... I&#39;ll wait a bit longer. -- It is</description>
    </item>
    <item>
      <title>Re: [patch] Persistent undo</title>
      <pubDate>Tue, 17 Nov 2009 20:51:25 GMT</pubDate>
      <dc:creator>Christian Brabandt</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vimdev/message/55431</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vimdev/message/55431</guid>
      <description>Hi Mun! ... Wouldn&#39;t that be a perfect use case for undo_branches? With the plugin undo_tags¹ you can tag a certain state and revert to that branch whenever</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Fri Nov 20 19:04:23 PST 2009 -->
