<?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>Comments on: Using Vim under Cygwin</title>
	<atom:link href="http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/</link>
	<description>Computer Scientist and Open Scholar: Databases, Information Retrieval, Business Intelligence.</description>
	<lastBuildDate>Mon, 14 May 2012 12:14:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: martianpackets</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-54714</link>
		<dc:creator>martianpackets</dc:creator>
		<pubDate>Mon, 12 Sep 2011 21:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-54714</guid>
		<description>so I took it to the next level.  I went to my most-used linux shell, grabbed  my .vimrc file, and scp&#039;d it into my cygwin ~/ folder.  Now I am in business!</description>
		<content:encoded><![CDATA[<p>so I took it to the next level.  I went to my most-used linux shell, grabbed  my .vimrc file, and scp&#8217;d it into my cygwin ~/ folder.  Now I am in business!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martianpackets</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-54713</link>
		<dc:creator>martianpackets</dc:creator>
		<pubDate>Mon, 12 Sep 2011 21:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-54713</guid>
		<description>creating a blank .vimrc file in ~/ to make cygwin-installed vim or gvim  behave correctly, is the most brilliant idea I&#039;ve seen so far in 2011.</description>
		<content:encoded><![CDATA[<p>creating a blank .vimrc file in ~/ to make cygwin-installed vim or gvim  behave correctly, is the most brilliant idea I&#8217;ve seen so far in 2011.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dude</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-54662</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Sat, 20 Aug 2011 04:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-54662</guid>
		<description>Greg is right
touch.exe ~/.vimrc
and you don&#039;t need to install the other vim, cygwin vim suddenly starts working just fine!!</description>
		<content:encoded><![CDATA[<p>Greg is right<br />
touch.exe ~/.vimrc<br />
and you don&#8217;t need to install the other vim, cygwin vim suddenly starts working just fine!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-50625</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Thu, 12 Feb 2009 15:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-50625</guid>
		<description>Thanks Gregg! Worked just fine!</description>
		<content:encoded><![CDATA[<p>Thanks Gregg! Worked just fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-50599</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Tue, 03 Feb 2009 06:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-50599</guid>
		<description>I experienced several issues using vim ( ex - pressing &quot;i&quot; didn&#039;t put it into INSERT mode ), i created a blank file ~/.vimrc and everything worked great.</description>
		<content:encoded><![CDATA[<p>I experienced several issues using vim ( ex &#8211; pressing &#8220;i&#8221; didn&#8217;t put it into INSERT mode ), i created a blank file ~/.vimrc and everything worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TidyTim</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-49411</link>
		<dc:creator>TidyTim</dc:creator>
		<pubDate>Wed, 18 Jul 2007 15:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-49411</guid>
		<description>The script as given above will only edit one file.  What if you want to edit several files?  What if you want to edit several files and start all open in their own frame?  If you add the &quot;-o&quot; switch cypath will take it as a option so it probably produce an error and it won&#039;t get passed to Vim.

Here&#039;s the original script:

&quot;/cygdrive/c/Program Files/Vim/vim63/vim.exe&quot; `cygpath -w $1`

Here&#039;s a more useful variation (assuming the Bash shell):

&quot;/cygdrive.../vim.exe&quot; $(cygpath -w -- $*) &amp;

Cygpath ignores options after the &quot;--&quot;.</description>
		<content:encoded><![CDATA[<p>The script as given above will only edit one file.  What if you want to edit several files?  What if you want to edit several files and start all open in their own frame?  If you add the &#8220;-o&#8221; switch cypath will take it as a option so it probably produce an error and it won&#8217;t get passed to Vim.</p>
<p>Here&#8217;s the original script:</p>
<p>&#8220;/cygdrive/c/Program Files/Vim/vim63/vim.exe&#8221; `cygpath -w $1`</p>
<p>Here&#8217;s a more useful variation (assuming the Bash shell):</p>
<p>&#8220;/cygdrive&#8230;/vim.exe&#8221; $(cygpath -w &#8212; $*) &amp;</p>
<p>Cygpath ignores options after the &#8220;&#8211;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luc Hermitte</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-2996</link>
		<dc:creator>Luc Hermitte</dc:creator>
		<pubDate>Fri, 30 Sep 2005 00:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-2996</guid>
		<description>Hello.

I do not really like to post such plain advertizes, but I think the script I&#039;m maintening, cyg-wrapper.sh, could solve both your problems. (If I understand how the blog works, just click on my name to access to the script).

Regarding Vim, look at the example given on the web page. Regarding cvs, declare -m as a binary-argument. BTW, Vim plugin, cvsmenu, is quite addictive -- though I have used it only on Solaris.

NB: As cyg-wrapper is just a bash script, it may take some time when to many filenames need to be converted.

HTH.</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I do not really like to post such plain advertizes, but I think the script I&#8217;m maintening, cyg-wrapper.sh, could solve both your problems. (If I understand how the blog works, just click on my name to access to the script).</p>
<p>Regarding Vim, look at the example given on the web page. Regarding cvs, declare -m as a binary-argument. BTW, Vim plugin, cvsmenu, is quite addictive &#8212; though I have used it only on Solaris.</p>
<p>NB: As cyg-wrapper is just a bash script, it may take some time when to many filenames need to be converted.</p>
<p>HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr.M</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-2317</link>
		<dc:creator>Dr.M</dc:creator>
		<pubDate>Sat, 16 Apr 2005 05:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-2317</guid>
		<description>cat ~/.bashrc

vi(){ # windows.
        vifile=${@:-$vifile};  # use last file or argv
        vifile=$(cygpath -m $@)  # dos paths
        c:/bin32/gvim $vifile &amp;
}


I too just started using cygwin and tortoise-cvs.

          </description>
		<content:encoded><![CDATA[<p>cat ~/.bashrc</p>
<p>vi(){ # windows.<br />
        vifile=${@:-$vifile};  # use last file or argv<br />
        vifile=$(cygpath -m $@)  # dos paths<br />
        c:/bin32/gvim $vifile &amp;<br />
}</p>
<p>I too just started using cygwin and tortoise-cvs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lemire</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-1277</link>
		<dc:creator>Daniel Lemire</dc:creator>
		<pubDate>Fri, 18 Feb 2005 19:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-1277</guid>
		<description>Thanks. Indeed a good alternative.

I knew about the &quot;-m&quot; command, but also, under windows, one can use Tortoise CVS, you then have a nice GUI to take care of all your CVS trouble. But I remain a command line freak. So I should get in the habit of using -m, it is probably faster in the long run anyhow.</description>
		<content:encoded><![CDATA[<p>Thanks. Indeed a good alternative.</p>
<p>I knew about the &#8220;-m&#8221; command, but also, under windows, one can use Tortoise CVS, you then have a nice GUI to take care of all your CVS trouble. But I remain a command line freak. So I should get in the habit of using -m, it is probably faster in the long run anyhow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zbigniew Lukasiak</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-1275</link>
		<dc:creator>Zbigniew Lukasiak</dc:creator>
		<pubDate>Fri, 18 Feb 2005 10:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-1275</guid>
		<description>-m message

         Use message as log information, instead of invoking an editor.

         Available with the following commands: add, commit and import.

From cvs man page.</description>
		<content:encoded><![CDATA[<p>-m message</p>
<p>         Use message as log information, instead of invoking an editor.</p>
<p>         Available with the following commands: add, commit and import.</p>
<p>From cvs man page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zbigniew Lukasiak</title>
		<link>http://lemire.me/blog/archives/2005/02/17/using-vim-under-cygwin/comment-page-1/#comment-1274</link>
		<dc:creator>Zbigniew Lukasiak</dc:creator>
		<pubDate>Fri, 18 Feb 2005 09:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2005/02/17/using-vim-under-cygwin/#comment-1274</guid>
		<description>&lt;!-- spamk    : Used HTTP_VIA header. --&gt;
&lt;!-- spamk    : CAPTCHA:sent-4-times:1108724028 --&gt;
&lt;!-- spamk    : KARMA: -2 --&gt;
&lt;!-- spamk    : Treatment: captcha --&gt;
You can use the -m &#039;log_message&#039; option for the commit to enter the comments.</description>
		<content:encoded><![CDATA[<p><!-- spamk    : Used HTTP_VIA header. --><br />
<!-- spamk    : CAPTCHA:sent-4-times:1108724028 --><br />
<!-- spamk    : KARMA: -2 --><br />
<!-- spamk    : Treatment: captcha --><br />
You can use the -m &#8216;log_message&#8217; option for the commit to enter the comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

