<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/cubiclevim/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/cubiclevim/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 27 Jun 2008 08:38:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cubiclevim/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>[mailmsg.js]Wscript.Arguments</title><link>https://sourceforge.net/p/cubiclevim/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In japanese Windows XP,temporary file was made in&lt;/p&gt;
&lt;p&gt;C:\Documents and Settings\xxxxx\Local Settings\temp\aaz42.txt&lt;/p&gt;
&lt;p&gt;So,&lt;br /&gt;
var objArgs = WScript.Arguments;&lt;br /&gt;
var tmpfilename = objArgs(0);&lt;/p&gt;
&lt;p&gt;must be&lt;/p&gt;
&lt;p&gt;var objArgs = WScript.Arguments;&lt;br /&gt;
var ary = new Array();&lt;br /&gt;
for(var i=0;i&amp;lt;objArgs.length;i++){&lt;br /&gt;
ary.push(objArgs(i));&lt;br /&gt;
}&lt;br /&gt;
var tmpfilename = ary.join(" ");&lt;/p&gt;
&lt;p&gt;or,cscript must call mailmsg.js with arguments wrapped by double quotes.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 27 Jun 2008 08:38:27 -0000</pubDate><guid>https://sourceforge.netc9cb15053cc9a6caf21201aa2333fe5bae9b43a0</guid></item><item><title>EditInVim stops working</title><link>https://sourceforge.net/p/cubiclevim/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Using gvim 6.1.165 compiled with OLE&lt;br /&gt;
CubicleVim.dll - 0.1.0.1  5/23/2002&lt;br /&gt;
Outlook 2002&lt;br /&gt;
W2K sp2&lt;/p&gt;
&lt;p&gt;If I start Outlook, this works great for a little while.  Then &lt;br /&gt;
when I open an existing email and choose to EditInVim, &lt;br /&gt;
nothing happens (no errors).&lt;/p&gt;
&lt;p&gt;If I shutdown Outlook and restart it, it works again for a &lt;br /&gt;
bit.&lt;/p&gt;
&lt;p&gt;Another time, the toolbars just disappeared.  When I &lt;br /&gt;
shutdown Outlook, it eventually GPFed, when I restarted &lt;br /&gt;
everything was fine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 29 Aug 2002 19:39:57 -0000</pubDate><guid>https://sourceforge.net9115c8fb21e9a8394bc2b740cb3c13674c61fe40</guid></item><item><title>cubiclevim toolbar position</title><link>https://sourceforge.net/p/cubiclevim/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The toolbar doesn't remember the position. When you &lt;br /&gt;
open a new compose window, or restart outlook, it goes &lt;br /&gt;
back to the same location, wasting the screen real &lt;br /&gt;
estate.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Hari&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hari Dara</dc:creator><pubDate>Wed, 14 Aug 2002 00:36:06 -0000</pubDate><guid>https://sourceforge.net53b37de449eb39e72a2462eea44d4e098f4a221a</guid></item><item><title>autocommands are adding up</title><link>https://sourceforge.net/p/cubiclevim/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If there is an existing instance of vim, cubiclevim uses &lt;br /&gt;
that instance to open the temp file for editing. This &lt;br /&gt;
wouldn't be normally a good idea, because I for one want &lt;br /&gt;
to keep my vim session clean, without cluttering it with &lt;br /&gt;
all kinds of files, and temp files would only make it &lt;br /&gt;
worse, but fortunately my first vim sessions is always &lt;br /&gt;
used for browsing source code (tags, id-utils and misc. &lt;br /&gt;
things), and I don't mind cluttering this, as this is a &lt;br /&gt;
different vim instance than the one I use for source code. &lt;br /&gt;
That said, I don't want to throw away this vim session &lt;br /&gt;
(which was already existing before I used cubiclevim) &lt;br /&gt;
after I am done with composing mail. But this means &lt;br /&gt;
that the next time I need to compose another email, the &lt;br /&gt;
same vim session will be reused. But cubiclevim doesn't &lt;br /&gt;
cleanup the autocommands before editing a new one &lt;br /&gt;
(may be assumes a fresh instance), so the &lt;br /&gt;
autocommands keep adding up. Normally, I use &lt;br /&gt;
autocommand group with the following pattern for this:&lt;/p&gt;
&lt;p&gt;aug CubicleVim&lt;br /&gt;
au! &amp;amp;quot; First cleanup any existing au commands.&lt;br /&gt;
au BufWritePost !start cscript //b c:/mailmsg.js  %&lt;br /&gt;
aug END&lt;/p&gt;
&lt;p&gt;Thanks for making this utility. I find it useful for &lt;br /&gt;
composing long emails.&lt;/p&gt;
&lt;p&gt;Hari&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hari Dara</dc:creator><pubDate>Wed, 14 Aug 2002 00:18:34 -0000</pubDate><guid>https://sourceforge.net734655a885a36c77e1d0655f20ef37bf8ef14ca0</guid></item></channel></rss>