Friday, December 9, 2011

Re: How can I keep vim from keeping context

Thank you.

On Fri, Dec 9, 2011 at 9:02 AM, Tony Mechelynck
<antoine.mechelynck@gmail.com> wrote:
>> Yesterday, I googled the answer to shutting down VIM's memory:
>>
>>   set viminfo='0,:0,<0,@0,f0,/0'

> So let's have a look at that :set statement of yours. The 'viminfo' option
> is a comma-separated list. What are you setting it to?
>
>        '0      Don't remember file marks

There's my mistake. To me, it looked like the beginning of a
single-quoted string.
That is a drawback to using apostrophe as a magical funny character instead
of a quote character. Given the verbosity of the config file already,
spelling it
out might have been more straight forward, but we're here now and I'm
finally happy.

Thank you so much!

Regards, Bruce

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: