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

    <item>
      <title>Re: Shared Vim Session</title>
      <pubDate>Wed, 10 Feb 2010 08:28:41 GMT</pubDate>
      <dc:creator>Gery</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111795</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111795</guid>
      <description>... the vim server can help? look help client-server -- You received this message from the &quot;vim_use&quot; maillist. For more information, visit</description>
    </item>
    <item>
      <title>Re: Shared Vim Session</title>
      <pubDate>Wed, 10 Feb 2010 08:15:29 GMT</pubDate>
      <dc:creator>Cyrius</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111794</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111794</guid>
      <description>... You&#39;re right that&#39;s what I&#39;m gonna do. It&#39;s just that many times in the past I&#39;ve discovered great features in vim that were there all along so I wanted to</description>
    </item>
    <item>
      <title>Re: Print via vim</title>
      <pubDate>Wed, 10 Feb 2010 07:06:54 GMT</pubDate>
      <dc:creator>sc</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111793</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111793</guid>
      <description>... i&#39;d make separate files of it using the commandline tool &#39;cut&#39; for example, if your printer handles 80 columns politely, i&#39;d create 250 / 80 == 4 modules</description>
    </item>
    <item>
      <title>Re: Color schemes</title>
      <pubDate>Wed, 10 Feb 2010 06:47:58 GMT</pubDate>
      <dc:creator>Tony Mechelynck</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111792</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111792</guid>
      <description>... However, most syntax scripts also define &quot;default settings&quot; for some or all of the highlight groups they define. These settings are usually links to the</description>
    </item>
    <item>
      <title>Re: Print via vim</title>
      <pubDate>Wed, 10 Feb 2010 05:45:42 GMT</pubDate>
      <dc:creator>Tony Mechelynck</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111791</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111791</guid>
      <description>... On systems other than MS-Windows, see &quot;:help popt-option&quot;. The default is to wrap long lines, but you can change it. If you do, however, you can only print</description>
    </item>
    <item>
      <title>Re: gvim start-up geometry</title>
      <pubDate>Wed, 10 Feb 2010 05:14:45 GMT</pubDate>
      <dc:creator>Tony Mechelynck</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111790</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111790</guid>
      <description>... I don&#39;t think it&#39;s stupid. Without it, &quot;:set lines=999 columns=999&quot; would make gvim really set its screen to 999 lines by 999 columns, with most of it</description>
    </item>
    <item>
      <title>Re: vim spell check of latex file</title>
      <pubDate>Wed, 10 Feb 2010 04:41:19 GMT</pubDate>
      <dc:creator>Benjamin R. Haskell</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111789</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111789</guid>
      <description>... The syntax items that have &#39;contains=@Spell&#39; will be spell-checked. ... match /\\cite\%([tp]\*\=\)\=/  nextgroup=texRefOption,texCite (since neither</description>
    </item>
    <item>
      <title>Print via vim</title>
      <pubDate>Wed, 10 Feb 2010 04:25:23 GMT</pubDate>
      <dc:creator>Anand V</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111788</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111788</guid>
      <description>Hi Folks, Is there a way I can retain the &quot;:set nowrap&quot; view of a file and print it via vim? I use a2ps to print. I have a table in a source file which exceeds</description>
    </item>
    <item>
      <title>Re: Event to capture insert/delete in Vim</title>
      <pubDate>Wed, 10 Feb 2010 03:23:13 GMT</pubDate>
      <dc:creator>anna klein</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111787</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111787</guid>
      <description>... Thank you Tim for the advice. However, I am more concerned on the event of changes. I need that event to trigger a preprocessing on the data (string</description>
    </item>
    <item>
      <title>Re: Event to capture insert/delete in Vim</title>
      <pubDate>Wed, 10 Feb 2010 02:35:07 GMT</pubDate>
      <dc:creator>Tim Chase</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111786</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111786</guid>
      <description>... Though you may have already considered and rejected the idea, have you looked into using a VCS program to track the differences between revisions?  There&#39;s</description>
    </item>
    <item>
      <title>Re: Event to capture insert/delete in Vim</title>
      <pubDate>Wed, 10 Feb 2010 02:28:57 GMT</pubDate>
      <dc:creator>anna klein</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111785</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111785</guid>
      <description>... Yes, Ben. It is not sufficient enough to know that a change occurs, without knowing what the change is. ... Christian, as the autocommand is on the todo</description>
    </item>
    <item>
      <title>Re: Event to capture insert/delete in Vim</title>
      <pubDate>Wed, 10 Feb 2010 02:16:28 GMT</pubDate>
      <dc:creator>anna klein</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111784</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111784</guid>
      <description>... My end goal is to record all the modifications applied to a document. Mapping Vim commands which affect the document is one way. However, it is highly</description>
    </item>
    <item>
      <title>vim spell check of latex file</title>
      <pubDate>Wed, 10 Feb 2010 01:04:33 GMT</pubDate>
      <dc:creator>Mathieu Zhang</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111783</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111783</guid>
      <description>Hi, I notice that the items &quot;bibkey&quot; in \cite{bibkey} is not spell- checked, but the same thing in \onlinecite{bibkey} is underlined as incorrectly spelled (it</description>
    </item>
    <item>
      <title>Re: Folds all close.</title>
      <pubDate>Wed, 10 Feb 2010 00:25:20 GMT</pubDate>
      <dc:creator>Ney</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111782</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111782</guid>
      <description>Thanks Tim, foldlevel=0 was the key. ... -- You received this message from the &quot;vim_use&quot; maillist. For more information, visit http://www.vim.org/maillist.php</description>
    </item>
    <item>
      <title>Re: Shared Vim Session</title>
      <pubDate>Tue, 09 Feb 2010 22:28:26 GMT</pubDate>
      <dc:creator>Christian Brabandt</dc:creator>
      <link>http://tech.groups.yahoo.com/group/vim/message/111781</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/vim/message/111781</guid>
      <description>Hi Tim! ... Upps, I messed that. ... Is gvim an alternative? regards, Christian -- -- You received this message from the &quot;vim_use&quot; maillist. For more</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Mar 28 14:14:50 PDT 2010 -->
