<?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: Open MacVim tabs from command-line</title>
	<atom:link href="http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/</link>
	<description>views from the changing web</description>
	<pubDate>Sun, 01 Aug 2010 02:50:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Agapov</title>
		<link>http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/comment-page-1/#comment-74119</link>
		<dc:creator>Agapov</dc:creator>
		<pubDate>Thu, 27 Aug 2009 10:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/?p=59#comment-74119</guid>
		<description>75.	???? ???? ????? ????????? ?? ?????????? ??????. ?????, ????? ??????? :)</description>
		<content:encoded><![CDATA[<p>75.	???? ???? ????? ????????? ?? ?????????? ??????. ?????, ????? ??????? <img src='http://webexpose.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Smith</title>
		<link>http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/comment-page-1/#comment-73854</link>
		<dc:creator>Brian Smith</dc:creator>
		<pubDate>Sat, 15 Aug 2009 04:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/?p=59#comment-73854</guid>
		<description>Thanks!  Just what I was looking for. =)</description>
		<content:encoded><![CDATA[<p>Thanks!  Just what I was looking for. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choey</title>
		<link>http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/comment-page-1/#comment-49890</link>
		<dc:creator>choey</dc:creator>
		<pubDate>Fri, 16 Jan 2009 00:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/?p=59#comment-49890</guid>
		<description>thanks for the tip! it works great.

cyboertoast, a quick fix would be to add the following right after tabs=true:

if [ "$1" = "-n" ]
then
	tabs=false
fi

then, by default, "mvim foo" will open foo in a new tab, while "mvim -n foo" will open foo in a new window.</description>
		<content:encoded><![CDATA[<p>thanks for the tip! it works great.</p>
<p>cyboertoast, a quick fix would be to add the following right after tabs=true:</p>
<p>if [ "$1" = "-n" ]<br />
then<br />
	tabs=false<br />
fi</p>
<p>then, by default, &#8220;mvim foo&#8221; will open foo in a new tab, while &#8220;mvim -n foo&#8221; will open foo in a new window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cybertoast</title>
		<link>http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/comment-page-1/#comment-36194</link>
		<dc:creator>cybertoast</dc:creator>
		<pubDate>Fri, 07 Nov 2008 16:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/?p=59#comment-36194</guid>
		<description>And the obvious addition to this is that starting multiple tabs from the command-line is to do mvim -p file1 file2 ..

It would be very useful to have a command-line option to specify whether the new file should be opened in an existing tab, or in a new window.</description>
		<content:encoded><![CDATA[<p>And the obvious addition to this is that starting multiple tabs from the command-line is to do mvim -p file1 file2 ..</p>
<p>It would be very useful to have a command-line option to specify whether the new file should be opened in an existing tab, or in a new window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/comment-page-1/#comment-34905</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 31 Oct 2008 07:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://webexpose.org/?p=59#comment-34905</guid>
		<description>Thank you! This tip was just what I was looking for. Much appreciated.</description>
		<content:encoded><![CDATA[<p>Thank you! This tip was just what I was looking for. Much appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
